kind: pipeline type: docker name: default steps: - name: test-compiler image: gcc commands: - cd code/compiler - ./test.sh