Commit 87e79cc0 authored by Krit Punpreuk's avatar Krit Punpreuk

Delete .gitlab-ci.yml

parent 41aae06f
Pipeline #70 canceled with stages
before_script:
- npm install
cache:
paths:
- node_modules/
stages:
- test
test:
stage: test
script:
- echo 'npm test'
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