Files
scheduler-front/.gitlab-ci.yml

13 lines
123 B
YAML

stages:
- build
build:
stage: build
image: node:25.1.0
tags:
- runner
script:
- npm run build
- ls