Commit 140ee488 authored by D.M.S Senevirathna's avatar D.M.S Senevirathna

Update .gitlab-ci.yml

parent 71af15d7
image: node:latest image: node:latest
stages: stages:
- build
- test - test
- build
- deploy_dev - deploy_dev
- deploy_qa - deploy_qa
- deploy_stg - deploy_stg
...@@ -19,11 +19,15 @@ Test: ...@@ -19,11 +19,15 @@ Test:
stage: test stage: test
script: script:
- npm test - npm test
dependencies:
- Test
allow_failure: false
tags: tags:
- aws, clcloud, linux - aws, clcloud, linux
Build: Build:
stage: build stage: build
allow_failure: false
script: script:
- npm build - npm build
tags: tags:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment