From 3558433d160d4ccd792e38009c812afb6d47670a Mon Sep 17 00:00:00 2001
From: Alexander Olofsson <alexander.olofsson@liu.se>
Date: Mon, 11 Dec 2017 15:18:04 +0100
Subject: [PATCH] Can't install with production

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c2958c2..89317a2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,6 +7,6 @@ cache:
 
 client:
   script:
-    - npm install --only=production
+    - npm install
     - mkdir -p public/js public/css
     - npm run build
-- 
GitLab