This commit is contained in:
2018-05-10 22:32:13 +02:00
parent aeeb69697f
commit b315403fc6

View File

@@ -9,17 +9,18 @@ cache:
paths: paths:
- node_modules/ - node_modules/
test:
stage: test
script:
- yarn install
- yarn test
build: build:
stage: build stage: build
script: script:
- yarn install
- yarn build:frontend - yarn build:frontend
test:
stage: test
script:
- yarn test
pack: pack:
stage: deploy stage: deploy
script: script: