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
script:
- npm run frontend:build
before_script:
- *npm
before_script: *npm
needs:
- npm install
artifacts: