kind: pipeline type: docker name: default steps: - name: test image: alpine commands: - echo "Running tests" - echo "Tests passed!"