diff --git a/.gitlab/testing.yaml b/.gitlab/testing.yaml index 0c97eb6..746bbfd 100644 --- a/.gitlab/testing.yaml +++ b/.gitlab/testing.yaml @@ -2,6 +2,6 @@ testing: stage: "testing" - image: "cr.simoncor.net/siempie/go-build:latest" + image: "cr.simoncor.net/siempie/go-build:v26.06.16" script: - - "go test cmd/gogitlabber/*.go" + - "go test ./..."