diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 59dc249..0a0c4fe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,4 +15,4 @@ testing: - "linter" image: "cr.simoncor.net/siempie/go-build:latest" script: - - "go test cmd/logger/*.go" + - "go test *.go"