kind: pipeline type: docker steps: - name: build image: node:latest commands: - npm install - vue-cli-service build --mode production