Skip to content
Snippets Groups Projects
Commit 3d15dc7c authored by Raphael Sturgis's avatar Raphael Sturgis
Browse files

Update .gitlab-ci.yml file

parent cc6f28dd
Branches
No related tags found
1 merge request!1Develop
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment