diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index abe4f11d..681880b7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,7 +52,7 @@ fmt: <<: *tests-setup stage: tests script: - - res=$(gofmt -l *.go) + - res=$(gofmt -l pkg/*.go) - echo "$res" - test -z "$res"