diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index acdc3c28300a72a64d6cf6caead103d2dce3bf30..0d341dd3d73955c815c8c451b13d2211a149e450 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -363,17 +363,6 @@ default:
     paths:
       - core/phpstan-baseline.neon
 
-'🧹 PHP Coding standards (PHPCS)':
-  <<: [ *with-composer, *default-job-settings-lint ]
-  stage: 🪄 Lint
-  variables:
-    KUBERNETES_CPU_REQUEST: "16"
-  script:
-    - composer phpcs -- --report-full --report-summary --report-\\Micheh\\PhpCodeSniffer\\Report\\Gitlab=phpcs-quality-report.json
-  artifacts:
-    reports:
-      codequality: phpcs-quality-report.json
-
 '🧹 JavaScript linting (eslint)':
   <<: [ *with-yarn, *default-job-settings-lint ]
   stage: 🪄 Lint