diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 46dbb1c36832e5551e947354446449360f08d1be..49bcd13d17ab3b79ba17633a15c1f77f148a6ecd 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -81,8 +81,8 @@ unit-test-ubuntu: - py.test test/test_unit/test_utils-pan.py -vx - py.test test/test_unit/test_prepare -v -x - py.test test/test_unit/test_annotate/test_genome_func.py -vx - - py.test test/test_unit/test_annotate/test_format_prodigal.py -vx - - py.test test/test_unit/test_annotate/test_format_prokka.py -vx + # - py.test test/test_unit/test_annotate/test_format_prodigal.py -vx + # - py.test test/test_unit/test_annotate/test_format_prokka.py -vx # - py.test test/test_unit/test_annotate/test_annotation_functions-prokka.py -vx - py.test test/test_unit/test_annotate/test_annotation_general.py -vx # - py.test test/test_unit/test_apnnotate/test_format_func.py -v -x