Files
slowdowner/.gitlab-ci.yml
2019-01-20 10:51:16 +00:00

10 lines
101 B
YAML

stages:
- build
build:
stage: build
image: node:latest
script:
- yarn
- yarn run start &!