From 39e1a671907c853d2800fbb4fa277f8ed2a90608 Mon Sep 17 00:00:00 2001
From: asetGem <amandine.perrin@pasteur.fr>
Date: Mon, 2 Aug 2021 11:48:05 +0200
Subject: [PATCH] for each job of test stage, show directory

---
 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 45532aed..d89b059a 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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
-- 
GitLab