Add .gitlab-ci.yml

This commit is contained in:
2019-01-20 10:51:16 +00:00
parent 8c76db5275
commit 7762742538

9
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,9 @@
stages:
- build
build:
stage: build
image: node:latest
script:
- yarn
- yarn run start &!