kind: pipeline type: docker name: default steps: - name: build image: node:current-alpine3.12 commands: - npm install -D - npm run rebuild