aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris2017-05-09 12:18:44 +0200
committerJoris2017-05-09 12:18:44 +0200
commita2e788afc0aaae3748eeeb461b478cbbf90ccd6f (patch)
treed06309aded8862a95a9a964596145861fff6ad2c
parentd7186c53141ef7117498b003be53dfc37305ff1d (diff)
downloadcooking-a2e788afc0aaae3748eeeb461b478cbbf90ccd6f.tar.gz
cooking-a2e788afc0aaae3748eeeb461b478cbbf90ccd6f.tar.bz2
cooking-a2e788afc0aaae3748eeeb461b478cbbf90ccd6f.zip
Try to fix ci
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
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