ci: fix test script

This commit is contained in:
Simon Cornet 2025-03-06 10:28:18 +01:00
commit 807b105433

View file

@ -24,7 +24,7 @@ build:
- "testing" - "testing"
image: "cr.simoncor.net/siempie/go-build:latest" image: "cr.simoncor.net/siempie/go-build:latest"
script: script:
- "GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o gogitlabber cmd/gogitlabber/*" - "GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o gogitlabber cmd/gogitlabber/*.go"
artifacts: artifacts:
name: "${CI_PROJECT_NAME}" name: "${CI_PROJECT_NAME}"
paths: paths: