diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dca156519843c9ddce207061c9b1b1bc5e93498b..71b32ed98733508944e12ee3e6dd0b4810360314 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,16 +7,13 @@
     paths:
       - .go/pkg/mod/
 
-
-
 stages:
-  - lint
   - test
 
 
 lint:
   image: registry.gitlab.com/gitlab-org/gitlab-build-images:golangci-lint-alpine
-  stage: tint
+  stage: test
   extends: .go-cache
   script:
     # Use default .golangci.yml file from the image if one is not present in the project root.