kind: pipeline type: kubernetes name: default steps: - name: test image: node commands: - yarn install - yarn test