diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6444a384bbd80ab345eed452750f28d47f280b4a..7d30e2537cb23091ef38e63c3309d10edca9af55 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,6 +6,7 @@ phpcs:
   image: composer:2
   stage: test
   script:
+  - composer config --list --global
   - composer global require micheh/phpcs-gitlab
   - ~/.composer/vendor/bin/phpcs --report=full --report-\\Micheh\\PhpCodeSniffer\\Report\\Gitlab=phpcs-quality-report.json
   artifacts: