pipeline: build: image: golang:latest commands: - go build - go test - echo "done"