diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cbb3907370c34614ac14305d5050960f7b2611c3..8ef18b6e5c5039a07508bc28c740a472a7b9f456 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,8 +6,8 @@ linter:
     - apt install -y python3
     - python3 -V
     - uname -a
-    - apt install -y sqlite3 locales-all git python3-flask python3-ldap3 python3-requests python3-lxml python3-icalendar python3-mysql.connector python3-requests python3-coverage python3-pylint
-    - pylint --indent-string='\t' --indent-after-paren=1 --output-format=text *.py | tee pylint.txt
+    - apt install -y sqlite3 locales-all git python3-flask python3-ldap3 python3-requests python3-lxml python3-icalendar python3-mysql.connector python3-requests python3-coverage pylint3
+    - pylint3 --indent-string='\t' --indent-after-paren=1 --output-format=text *.py | tee pylint.txt
     artifacts:
         paths:
         - pylint.txt