From 21bd995b8d4170c5d225dbeae0375953e7b2fea6 Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Fri, 3 Jan 2020 00:41:48 +0100
Subject: [PATCH] [fix] Fix gitlab CI

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 31695300..0b4137c4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,7 @@ fast-build:
     - cp -rf /customCache/www ./
     - cp -rf /customCache/hooks ./
   script:
-    - node ./node_modules/gulp/bin/gulp build:web
+    - node ./node_modules/gulp/bin/gulp webBuild
   after_script:
     - ls -la dist/web/
     - du -csh dist/web/
@@ -30,7 +30,7 @@ failsafe-build:
   script:
     - yarn
     - node ./node_modules/gulp/bin/gulp config --env default
-    - node ./node_modules/gulp/bin/gulp build:web
+    - node ./node_modules/gulp/bin/gulp webBuild
   artifacts:
     untracked: true
     paths:
-- 
GitLab