Update .gitlab-ci.yml

This commit is contained in:
Gregor Kleen 2019-11-08 09:59:44 +01:00
parent 43340bcaf6
commit 17c9db5427

View File

@ -33,8 +33,7 @@ frontend:build:
stage: frontend:build stage: frontend:build
script: script:
- npm run frontend:build - npm run frontend:build
before_script: before_script: *npm
- *npm
needs: needs:
- npm install - npm install
artifacts: artifacts: