diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 49f0f1a27fef57dced53e5a7e872e5467e94064b..3042dea73ea72fdf3261c0848efaa51833a4f581 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,5 +9,7 @@ pylint:
     - python -m venv .venv
     - source .venv/bin/activate
     - pip install -r requirements.txt
+    - pip install pylint
     # C'est à ton tour de coder un script qui lance pylint sur ton projet
-    -
+    - pylint calculator --fail-on=warning 
+