From db7c991fa1dc399bf271fd777f7e34b1ed884394 Mon Sep 17 00:00:00 2001
From: Amandine PERRIN <amandine.perrin@pasteur.fr>
Date: Fri, 23 Oct 2020 19:12:53 +0200
Subject: [PATCH] change order of tests in CI

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 327477d5..477fcc62 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -108,8 +108,8 @@ func-test-ubuntu:
     - ./make
   script:
     - py.test test/test_functional/test_prepare* -vx
-    - py.test test/test_functional/test_pangenome-parser.py -vx
     - 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
     - py.test test/test_functional/test_align-parser.py -vx
     - py.test test/test_functional/test_align.py -vx
-- 
GitLab