diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 21566c1135d13b8a85ef7188d978c46716ea0612..0d32ad04fd318c364b39ccbf5cfab5fa2dde3841 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -59,7 +59,7 @@ pylint:
     - python -V
     - mkdir -p public/badges public/lint
     - echo undefined > public/badges/$CI_JOB_NAME.score
-    - pip install pylint-django==2.4.4
+    - pip install pylint-django
     - pip install -r requirements.txt
   script:
     #Due to Problems with Pylint, Ignored Files need to be presented here for now.