--- kind: pipeline type: exec name: default platform: os: linux arch: amd64 steps: - name: backend commands: - docker run -i --rm -u 0 -v $(pwd):/go/src/mtest -w /go/src/mtest golang go test -v .