kind: pipeline type: kubernetes name: default steps: - name: test image: yarnpkg/node-yarn commands: - echo "Hi" - yarn install - yarn test