Fix gitlab-ci
This commit is contained in:
parent
2c4f41cd93
commit
1abf11087a
1 changed files with 2 additions and 0 deletions
|
@ -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*"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue