Skip to content
Snippets Groups Projects

Gitlab tests2

All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -85,7 +85,7 @@ variables:
- pipenv run pytest --cov-report xml:cov.xml --cov=test/ --junitxml=geomag-algorithms/test
artifacts:
reports:
pytest: cov.xml
junit: cov.xml
stage: test
tags:
Loading