diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f6730c..c36eaf9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,8 @@ stages: - lint - build -lint: +linter: + stage: lint image: cytopia/golint:latest script: - golint main.go