From 70b3dc58eab9bf89346bd68c3b823fdbafadb077 Mon Sep 17 00:00:00 2001
From: Ruben Young On <r.d.youngon@student.tudelft.nl>
Date: Sat, 18 May 2019 12:02:13 +0000
Subject: [PATCH] Artifact is now the HTML report

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cedd9e32..b125e06b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -61,5 +61,5 @@ cov:
     - yarn cov
   artifacts:
     paths:
-      - cov.xml
+      - cov.html/
     expire_in: 1 week
-- 
GitLab