gogitlabber/.gitlab/testing.yaml

7 lines
131 B
YAML

---
testing:
stage: "testing"
image: "cr.simoncor.net/siempie/go-build:latest"
script:
- "go test cmd/gogitlabber/*.go"