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