From f7df0a182b05203c978c5d191c63d7d4d8b309f3 Mon Sep 17 00:00:00 2001 From: mmpe <mmpe@dtu.dk> Date: Wed, 2 Nov 2016 16:25:07 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c1d6287..a7fcd38 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,5 +5,5 @@ test-3.4: image: mmpe/wetb script: - python3 setup.py test - - coverage3 run ./tests/run_pytest.py - - coverage3 report -m \ No newline at end of file + # - coverage3 run ./tests/run_pytest.py + # - coverage3 report -m \ No newline at end of file -- GitLab