gogitlabber/.gitlab/testing.yaml

9 lines
156 B
YAML

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