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

Update .gitlab-ci.yml

parent 71af15d7
image: node:latest
stages:
- build
- test
- build
- deploy_dev
- deploy_qa
- deploy_stg
......@@ -19,11 +19,15 @@ Test:
stage: test
script:
- npm test
dependencies:
- Test
allow_failure: false
tags:
- aws, clcloud, linux
Build:
stage: build
allow_failure: false
script:
- npm build
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