diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d224a7191df383918cf3a8ad867010d4d778296d..fabbb62c3b99afa19056b2ab330a1743115b074f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,25 +5,19 @@ stages:
   - deploy
 
 before_script:
-    #- apt-get install -y libssl-dev build-essential wget
-    #- wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash
-    #- source /root/.bashrc
-    #- nvm install 6.6.0
-    #- nvm use 6.6.0
     - node -v
     - npm -v
     - npm install --global npm@latest
-    #- npm install --global yo
-    #- npm install -g grunt-cli
-    #- npm install -g generator-reveal
-    #- npm install -g bower
-    #- npm install
+    - npm install --global yo
+    - npm install -g grunt-cli
+    - npm install -g generator-reveal
+    - npm install -g bower
+    - npm install
 
 cache:
   paths:
     - node_modules/
     - bower_components/
-  key: "$CI_BUILD_REPO"
 
 sample_test:
   stage: test