diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 32002bacb7846121a5b2ac8825a261cf5d1e5b44..119f512b846093b4c1b0a9e20f8e50b209a84865 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: