Skip to content
Snippets Groups Projects
Commit 482530e2 authored by Véronique  LEGRAND's avatar Véronique LEGRAND
Browse files

Update .gitlab-ci.yml

parent 12e5bca8
No related branches found
No related tags found
No related merge requests found
Pipeline #113425 failed
......@@ -2,7 +2,7 @@ image: registry-gitlab.pasteur.fr/dsi-tools/docker-images:redhat_ptv
before_script:
- poetry install
- poetry shell
- source `poetry env info --path`/bin/activate
- export PYTHONPATH=$PYTHONPATH:./phagetermvirome
stages:
......@@ -11,7 +11,7 @@ unit-tests:
stage: tests
script:
- cd unit-tests
- python -m test_functions_PhageTerm_for_multi
- python3 -m test_functions_PhageTerm_for_multi
quick non regression tests:
stage: tests
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment