From 8fa8464195c76198e94cdaaef6059a4923594a7d Mon Sep 17 00:00:00 2001
From: Alex ORLUC <alex.orluc@maarch.org>
Date: Wed, 15 Apr 2020 16:23:05 +0200
Subject: [PATCH] test e2e

---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 41e7193ec04..3981ac324af 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -51,9 +51,9 @@ job_e2e:
   #  - chown -R www-data. /var/www/html/
   #  - chmod -R 775 /opt/maarch/
   #  - chmod -R 775 /var/www/html/
-  #  - curl -sL https://deb.nodesource.com/setup_13.x | bash - 
-  #  - apt-get install -yqq nodejs 
-  #  - npm install npm@latest -g 
+   - curl -sL https://deb.nodesource.com/setup_13.x | bash - 
+   - apt-get install -yqq nodejs 
+   - npm install npm@latest -g 
   #  - npm set registry https://registry.npmjs.org/ 
   #  - npm install
   #  - npm run build-prod
-- 
GitLab