ci: fix test script

This commit is contained in:
Simon Cornet 2025-03-06 10:28:45 +01:00
commit cf79badd52

View file

@ -16,7 +16,7 @@ testing:
- "linter" - "linter"
image: "cr.simoncor.net/siempie/go-build:latest" image: "cr.simoncor.net/siempie/go-build:latest"
script: script:
- "go test cmd/gogitlabber/*" - "go test cmd/gogitlabber/*.go"
build: build:
stage: "build" stage: "build"