7 lines
131 B
YAML
7 lines
131 B
YAML
---
|
|
|
|
testing:
|
|
stage: "testing"
|
|
image: "cr.simoncor.net/siempie/go-build:latest"
|
|
script:
|
|
- "go test cmd/gogitlabber/*.go"
|