diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ba42625674abc9bb59b3584963bae05264e3f3f6..4a8b86399906994dd6dac81a4800515e1f1f02bb 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