From 4845fccba43d1468e4a349140f9ee28fbe3253e8 Mon Sep 17 00:00:00 2001
From: mmpe <mmpe@dtu.dk>
Date: Fri, 4 Nov 2016 08:27:21 +0100
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 464d0641..af7b4d38 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,5 +5,6 @@ test-3.4:
   image: mmpe/wetb
   script:
   #- python3 setup.py test
-   - python3 -m coverage run -m py.test & python3 -m coverage report
+  - pip3 install pytest-cov
+  - python3 -m python3 -m pytest --cov=wetb
    
-- 
GitLab