From fd32cb220f10038eaa32066f27a1b9932382cc1c Mon Sep 17 00:00:00 2001 From: asetGem <amandine.perrin@pasteur.fr> Date: Sun, 1 Aug 2021 21:15:07 +0200 Subject: [PATCH] test func only annote-parser --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1aa57dd9..74687548 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -113,10 +113,10 @@ func-test-ubuntu: # - py.test test/test_functional/test_align-parser.py -vx # - py.test test/test_functional/test_align.py -vx # - 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-parser.py -vx # - py.test test/test_functional/test_annote.py -xv # - py.test test/test_functional/test_all* -vx - - py.test test/test_functional/test_prepare* -vx + # - py.test test/test_functional/test_prepare* -vx - coverage report - mv .coverage .coverage.functional artifacts: -- GitLab