From a2e788afc0aaae3748eeeb461b478cbbf90ccd6f Mon Sep 17 00:00:00 2001 From: Joris Date: Tue, 9 May 2017 12:18:44 +0200 Subject: Try to fix ci --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e5decbc..67d1eab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,8 @@ cache: build: script: - - apt-get update && apt-get install -y xz-utils make nodejs npm + - curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash - + - apt-get update && apt-get install -y xz-utils make nodejs - npm install bower - npm install purescript - npm install pulp -- cgit v1.2.3