Update .gitlab-ci.yml

This commit is contained in:
lambadalambda 2017-03-01 14:46:07 -05:00
parent 30a908b56d
commit bed37646f9

View file

@ -33,11 +33,13 @@ stages:
- deploy - deploy
test: test:
stage: test
script: script:
- yarn - yarn
- npm run unit - npm run unit
build: build:
stage: build
script: script:
- yarn - yarn
- npm run build - npm run build
@ -46,6 +48,7 @@ build:
- dist/ - dist/
deploy: deploy:
stage: deploy
environment: dev environment: dev
only: only:
- develop - develop