Skip to content
Snippets Groups Projects
Commit 39e1a671 authored by Amandine  PERRIN's avatar Amandine PERRIN
Browse files

for each job of test stage, show directory

parent 8c9d74cf
No related branches found
No related tags found
No related merge requests found
Pipeline #62564 passed
......@@ -75,6 +75,7 @@ unit-test-ubuntu:
- pip3 install -r requirements-dev.txt
- ./make
script:
- pwd
- ls Examples/genomes_init/genome1.fst
- py.test test/test_unit/test_utils.py -vx
- py.test test/test_unit/test_utils-logging.py -xv
......@@ -96,7 +97,7 @@ unit-test-ubuntu:
expire_in: 1 hour
func-test-ubuntu:
stage: test2
stage: test
except:
- docker
- helpers
......@@ -106,6 +107,7 @@ func-test-ubuntu:
- pip3 install -r requirements-dev.txt
- ./make
script:
- pwd
# - py.test test/test_functional/test_pangenome.py -vx
# - py.test test/test_functional/test_pangenome-parser.py -vx
# - py.test test/test_functional/test_corepers* -vx
......
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