.npm-build: image: $NODE_IMAGE stage: build script: - npm install - npm run build artifacts: expire_in: 2 weeks when: always paths: - dist/*