Skip to content
Snippets Groups Projects

Develop

Merged Raphael Sturgis requested to merge develop into main
1 file
+ 1
7
Compare changes
  • Side-by-side
  • Inline
+ 1
7
before_script:
- python -V # Print out python version for debugging
- pip install virtualenv
- virtualenv venv
- source venv/bin/activate
# run the test suite
# run the test suite
tests:
tests:
stage: test
stage: test
 
image: registry.gitlab.lis-lab.fr:5005/raphael.sturgis/phd_qarma_searoutes
only:
only:
- main
- main
- develop
- develop
Loading