From df8d6606437ffb82ff3970a98f8552db412121be Mon Sep 17 00:00:00 2001
From: ManifoldFR <wilson.jallet@gmail.com>
Date: Wed, 14 Mar 2018 13:30:49 +0100
Subject: [PATCH] Runner  config

---
 .gitlab-ci.yml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1dfd75a..75b0938 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,13 +26,12 @@ stages:
 install-dependencies:
   stage: install
   script:
-    - npm install -q
+    - npm install -qy
   artifacts:
     paths:
-      - build/
       - node_modules/
   tags:
-    - build
+    - install
 
 build:
   stage: build
@@ -73,4 +72,4 @@ deploy-staging:
     name: staging
     url: http://129.104.210.10:3000
   tags:
-    - deployment
\ No newline at end of file
+    - deploy
\ No newline at end of file
-- 
GitLab