Commit e69f6ac1 authored by D.M.S Senevirathna's avatar D.M.S Senevirathna

Update .gitlab-ci.yml

parent 140ee488
...@@ -19,14 +19,14 @@ Test: ...@@ -19,14 +19,14 @@ Test:
stage: test stage: test
script: script:
- npm test - npm test
dependencies:
- Test
allow_failure: false allow_failure: false
tags: tags:
- aws, clcloud, linux - aws, clcloud, linux
Build: Build:
stage: build stage: build
dependencies:
- Test
allow_failure: false allow_failure: false
script: script:
- npm build - npm build
......
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