From 8fd0d1102dfd03a4ad79ddc3fc878c09a9c9e076 Mon Sep 17 00:00:00 2001
From: Giovannoni Laurent <laurent.giovannoni@maarch.org>
Date: Mon, 4 Sep 2017 11:27:47 +0200
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ba42625674a..4a8b8639990 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,6 +34,8 @@ job_php-7.0:
     - cd /var/www/html/MaarchCourrier
     - mkdir -p /var/www/html/MaarchCourrier
     - composer -n install
+    - curl -sL https://deb.nodesource.com/setup_7.x | bash -
+    - apt-get install -yqq nodejs
     - npm install npm@latest -g
     - npm set registry https://registry.npmjs.org/
     - npm install
-- 
GitLab