Fix gitlab-ci

This commit is contained in:
s3lph 2022-04-17 01:07:05 +02:00
parent 2c4f41cd93
commit 1abf11087a

View file

@ -21,6 +21,7 @@ test:
- pip3 install -e . - pip3 install -e .
- python3 -m coverage run --rcfile=setup.cfg -m unittest discover multischleuder - python3 -m coverage run --rcfile=setup.cfg -m unittest discover multischleuder
artifacts: artifacts:
paths:
- ".coverage*" - ".coverage*"
codestyle: codestyle:
@ -68,6 +69,7 @@ schleuder:
- /usr/sbin/postmulti -i - -p stop - /usr/sbin/postmulti -i - -p stop
- sleep 5 # wait for daemons to terminate - sleep 5 # wait for daemons to terminate
artifacts: artifacts:
paths:
- ".coverage*" - ".coverage*"