diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1dfd75aa679bd28f8507078178d7b2396d0b24c7..75b0938b10462528fd780b0401f48a65fd389900 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