From 41b7c7e452d0d6f2dcd30680bc921ddf61a3e2ef Mon Sep 17 00:00:00 2001
From: Ruben Young On <r.d.youngon@student.tudelft.nl>
Date: Sat, 18 May 2019 11:46:21 +0000
Subject: [PATCH] Changed coverage command to the right one (yarn cov)

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0b9979cb..cedd9e32 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -58,7 +58,7 @@ cov:
   <<: *python_packages
   stage: test
   script:
-    - python -m pytest --cov=zesje
+    - yarn cov
   artifacts:
     paths:
       - cov.xml
-- 
GitLab