Skip to content
Snippets Groups Projects
Commit bed37646 authored by lambadalambda's avatar lambadalambda
Browse files

Update .gitlab-ci.yml

parent 30a908b5
No related branches found
No related tags found
No related merge requests found
...@@ -33,11 +33,13 @@ stages: ...@@ -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: ...@@ -46,6 +48,7 @@ build:
- dist/ - dist/
deploy: deploy:
stage: deploy
environment: dev environment: dev
only: only:
- develop - develop
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment