pipeline: build: image: node:8 commands: - npm install - npm run test - npm run build-prod