[gtk-web/new-website: 41/191] Update .gitlab-ci.yml



commit 34e182266c3077beb27787e44f042f9153e66eb7
Author: Ravgeet Dhillon <ravgeetdhillon gmail com>
Date:   Thu May 30 12:49:36 2019 +0000

    Update .gitlab-ci.yml

 .gitlab-ci.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cd053b4..f934b51 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,8 +9,10 @@ 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
-  - nvm use
+  - nvm install node
+  - nvm use node
+  - npm -v
+  - nvm -v
   - npm install
   - gem install bundler
   - bundle install


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]