Skip to content
Snippets Groups Projects

Develop

Merged Raphael Sturgis requested to merge develop into main
1 file
+ 9
3
Compare changes
  • Side-by-side
  • Inline
# run the test suite
tests:
stage: test
image: registry.gitlab.lis-lab.fr:5005/raphael.sturgis/phd_qarma_searoutes
only:
- main
- develop
tags:
- docker
script:
- pip install -r requirements.txt
- pip install --no-deps .
- pytest --junitxml=report.xml
artifacts:
when: always
reports:
junit: report.xml
\ No newline at end of file
Loading