kind: pipeline name: default steps: - name: test image: gcc:latest commands: - gcc hello.c -o hello - ./hello