diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e770a5e..22226f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,6 +21,7 @@ test: - pip3 install -e . - python3 -m coverage run --rcfile=setup.cfg -m unittest discover multischleuder artifacts: + paths: - ".coverage*" codestyle: @@ -68,6 +69,7 @@ schleuder: - /usr/sbin/postmulti -i - -p stop - sleep 5 # wait for daemons to terminate artifacts: + paths: - ".coverage*"