diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 316953005dec361a66fca84379248d3443cc3147..0b4137c4b5f644581f86a9cb9c338fdd4823944a 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: