Skip to content
Snippets Groups Projects
Verified Commit e8e26a4e authored by Bertrand  NÉRON's avatar Bertrand NÉRON
Browse files

:bug: fix .gitlab-ci coverage stage

parent 825c7f2f
No related branches found
No related tags found
No related merge requests found
Pipeline #10893 passed with stages
in 56 seconds
......@@ -16,7 +16,7 @@ coverage:
stage: coverage
image: registry-gitlab.pasteur.fr/bneron/craw:coverage
script:
- coverage run --source=craw tests/run_tests.py --unit
- coverage run --source=craw tests/run_tests.py
- coverage html
- coverage report
artifacts:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment