Newer
Older
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 --cov=src -vvv
artifacts:
when: always
reports:
junit: report.xml