diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4d5e18976dfbc5e0649deee0cd52d41a4bdf0ead..ef52ceb1a8778654e84a00b422e430e015b41133 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,10 +54,12 @@ before_script: test: script: - - python3 -m unittest -m coverage html test_deposition.py + - python3 -m coverage run -m unittest test_deposition.py # - python3 -m unittest test_env_suit.py # - python3 -m unittest test_survey.py # - python3 -m unittest test_advisory.py + - python coverage report + - python coverage html artifacts: paths: - coverage