From 6c112af0610833d4e2ad015b3045dc6134d5b572 Mon Sep 17 00:00:00 2001
From: mmpe <mmpe@dtu.dk>
Date: Thu, 3 Nov 2016 14:32:00 +0100
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5869cd9b..2d2e24a7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,4 +5,4 @@ test-3.4:
   image: mmpe/wetb
   script:
   #- python3 setup.py test
-   - python3 -m coverage run ./tests/run_pytest.py && python3 -m coverage report
+   - python3 -m coverage run py.test && python3 -m coverage report
-- 
GitLab