Update .gitlab-ci.yml

This commit is contained in:
lambadalambda 2017-03-01 14:46:07 -05:00
parent 30a908b56d
commit bed37646f9
1 changed files with 3 additions and 0 deletions

View File

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