diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8e5086e..473a888 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ testing: - "linter" image: "cr.simoncor.net/siempie/go-build:latest" script: - - "go test cmd/gogitlabber/*" + - "go test cmd/gogitlabber/*.go" build: stage: "build"