From ff22cbc872321d32726d6a779a78e987dea3205e Mon Sep 17 00:00:00 2001
From: mmpe <mmpe@dtu.dk>
Date: Thu, 3 Nov 2016 08:25:22 +0100
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a7fcd387..03a58573 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,6 +4,6 @@ before_script:
 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
+  #- python3 setup.py test
+   - python3 -m coverage run ./tests/run_pytest.py
+   - python3 -m coverage report -m
\ No newline at end of file
-- 
GitLab