Commit 63bc0014 authored by D.M.S Senevirathna's avatar D.M.S Senevirathna

Update .gitlab-ci.yml

parent 9c95f3f1
...@@ -18,7 +18,7 @@ Test: ...@@ -18,7 +18,7 @@ Test:
- npm install - npm install
stage: test stage: test
script: script:
- npm test - npm run test
allow_failure: false allow_failure: false
tags: tags:
- aws, clcloud, linux - aws, clcloud, linux
...@@ -29,7 +29,7 @@ Build: ...@@ -29,7 +29,7 @@ Build:
- Test - Test
allow_failure: false allow_failure: false
script: script:
- npm build - npm run build
tags: tags:
- aws, clcloud, linux - aws, clcloud, linux
......
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