Commit 086c3567 authored by Krit Punpreuk's avatar Krit Punpreuk

Update .gitlab-ci.yml

parent 1278d3ed
Pipeline #29 canceled with stages
......@@ -13,11 +13,15 @@ build:
stage: build
script:
- npm build
build:
tags:
- local-tag
test:
stage: test
script:
- node index.js
tags:
- local-tag
after_script:
- echo 'after script here.'
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