diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 33962afa60e245cb0142dccc04753955563fbf6d..3f1e68359ff872c1667dbdf8375c5197ed5350a7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,6 +6,7 @@ pages:
   image: node:latest
   script:
   - npm install
+  - ./node_modules/gulp/bin/gulp.js
   - ./node_modules/gulp/bin/gulp.js config --env default
   - ./node_modules/gulp/bin/gulp.js build:web --release
   - mkdir .public