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