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