Update .gitlab-ci.yml

このコミットが含まれているのは:
lambadalambda 2017-03-01 14:46:07 -05:00
コミット bed37646f9
1個のファイルの変更3行の追加0行の削除

ファイルの表示

@ -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