kind: pipeline type: docker name: ci steps: - name: build image: node commands: - npm install - npm run build