From 483eccf81f8f04a2420834c80c19fdbefa59d640 Mon Sep 17 00:00:00 2001
From: mmpe <mmpe@dtu.dk>
Date: Wed, 3 Oct 2018 13:34:10 +0200
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a510aab..12410c4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,5 +11,6 @@ test-3.4:
   image: mmpe/wetb
   script:
   #- python3 setup.py test
-  - python3 -m pytest --cov=wetb
-   
+  - python -m pytest --cov=wetb
+  tags:
+  - python
-- 
GitLab