From 8ed74a193fb73b52d4e57a025c39d771c67e4198 Mon Sep 17 00:00:00 2001
From: nilstes <nils.tesdal@gmail.com>
Date: Tue, 11 Sep 2018 17:23:30 +0200
Subject: [PATCH] feilsok

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f4ec989..b5d5377 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,8 @@ before_script:
   - npm install
   
 # Run JEST tests
-test:
+run_tests:
+  stage: test
   script:
     - npm test
     
-- 
GitLab