diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fb66402d0255b00da4b5a37e9e4734a9f87c9ecb..b4abd274c5d7112cafb9ea5666f98335b6c6ce94 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