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: ...@@ -13,11 +13,15 @@ build:
stage: build stage: build
script: script:
- npm build - npm build
tags:
build: - local-tag
test:
stage: test stage: test
script: script:
- node index.js - node index.js
tags:
- local-tag
after_script: after_script:
- echo 'after script here.' - 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