From 7f1878d87af6f4adbb9fd5a2a87fd7effc36ce30 Mon Sep 17 00:00:00 2001
From: Amandine PERRIN <amandine.perrin@pasteur.fr>
Date: Sat, 17 Oct 2020 20:15:44 +0200
Subject: [PATCH] add prepare func tests

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 88daf349..59b49846 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -115,6 +115,7 @@ func-test-ubuntu:
     - py.test test/test_functional/test_tree* -vx
     - py.test test/test_functional/test_annote-parser.py -vx
     - py.test test/test_functional/test_annote.py -xv
+    - py.test test/test_functional/test_prepare* -vx
     - mv .coverage .coverage-functional
   artifacts:
     paths:
-- 
GitLab