--- kind: pipeline name: linux steps: - name: test image: golang commands: - go build - go test network_mode: host