10 lines
101 B
YAML
10 lines
101 B
YAML
stages:
|
|
- build
|
|
|
|
build:
|
|
stage: build
|
|
image: node:latest
|
|
script:
|
|
- yarn
|
|
- yarn run start &!
|