diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d75401df4d065534ccc70ce03219bf2aa8f76cc6..e155c364c070e3acfb4e9b5cefe9d9e92752fe34 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -58,10 +58,9 @@ type:
 lint:
   extends:
     - .code_changes
-  stage: tests
+  stage: checks
   tags: [redshift]
   script:
-    - poetry install
     - make pylint
 
 .tests: