--- kind: pipeline type: kubernetes name: elbot steps: - name: build image: golang:1.16 commands: - go build - name: test image: golang:1.16 commands: - go test