From 62ac9c5da68ecb5bda229352967ffa966df1e312 Mon Sep 17 00:00:00 2001
From: Arthur Jacquin <arthur.jacquin@student-cs.fr>
Date: Thu, 13 Oct 2022 18:22:54 +0200
Subject: [PATCH] fix: linting

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fb66402..b4abd27 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,5 +34,5 @@ pytest:
     - download_dependencies
   script:
     - source .venv/bin/activate
-    - pip install pylint
+    - pip install pytest
     - pytest calculator
\ No newline at end of file
-- 
GitLab