diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f045d95..51a935e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ stages: testing: stage: "testing" needs: - - "linter" + - "linting" image: "cr.simoncor.net/siempie/go-build:latest" script: - "go test cmd/gogitlabber/*.go"