From 37226f4cde4ec374e58621945c95068fca6178f4 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Wed, 4 Nov 2020 22:14:53 +0100
Subject: [PATCH] Try with a containor not containing pylint preinstalled,
 install dev deps (pylint)

---
 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index be30be96..caf8c447 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -54,8 +54,10 @@ lint:
   stage: checks
   script:
     - poetry config virtualenvs.in-project true
-    - poetry install --no-dev
+    - poetry install
     - make pylint
+  variables:
+    PYTHON_VERSION: "3.9"
 
 .tests:
   extends: .changes
-- 
GitLab