diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7dc493c009400bfc22cb00b7a255c66912089567..fab805b078bfbf4c32f1cd6f18b07d2308503f14 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,9 +11,9 @@ fast-build: - ls -la - ls -la /customCache - ls -la / - - mv /customCache/node_modules /build/ - - mv /customCache/www /build/ - - mv /customCache/hooks /build/ + - mv /customCache/node_modules ./ + - cp -rf /customCache/www ./ + - cp -rf /customCache/hooks ./ - ls -la script: - node ./node_modules/gulp/bin/gulp build:web