From 63c9782fdc5dd2246cd5f05a048dcc57c394e16f Mon Sep 17 00:00:00 2001
From: nilstes <nils.tesdal@gmail.com>
Date: Tue, 11 Sep 2018 12:35:12 +0200
Subject: [PATCH] publich coverage to pages

---
 .gitlab-ci.yml | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ed54435..f50cdcb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,4 +5,13 @@ before_script:
   
 test:
   script:
-    - npm test
\ No newline at end of file
+    - npm test
+    
+pages:
+  stage: deploy
+  artifacts:
+    paths:
+      - coverage
+    expire_in: 30 days
+  only:
+    - master
\ No newline at end of file
-- 
GitLab