From 69bbae337f6ec2dafe405e1b4520b9b782952a2a Mon Sep 17 00:00:00 2001
From: laurentheirendt <laurent.heirendt@uni.lu>
Date: Sat, 19 Jan 2019 14:09:28 +0100
Subject: [PATCH] new docker img (2)

---
 .gitlab-ci.yml | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d224a719..fabbb62c 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
-- 
GitLab