kind: pipeline type: docker name: "test" steps: - name: test image: bash commands: - echo 'Run tests'