diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e46e8ce08df31c9f1ee673314c13d59c9273a79f..c54d83dc41c6f6c5b18613d2bdcdc1591109cde3 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -100,18 +100,6 @@ job_php-7.3:
  except:
    - schedules
 
-job_php-7.2:
-  image: php:7.2-apache
-  stage: test
-  script:
-    - curl --location -s --output /usr/local/bin/phpunit https://phar.phpunit.de/phpunit-9.phar
-    - chmod +x /usr/local/bin/phpunit
-    - phpunit --coverage-text --colors=never
-  only:
-    - develop
-  except:
-    - schedules
-
 #pages:
 #  stage: deploy
 #  dependencies: