diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 655dd5b666a1eb6b34608c6d44974cff886de04d..b1eec63e2e0a851b5d883971a316a0ed03ca8bb2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,8 +7,8 @@ phpcs:
   stage: test
   script:
   - composer global require squizlabs/php_codesniffer=^3
-  - ls -laR $CI_PROJECT_DIR
-  - /tmp/vendor/bin/phpcs -s -n -p --standard=PSR1,PSR2,PSR12 --no-cache --report=full --colors $CI_PROJECT_DIR
+  - echo $CI_PROJECT_DIR
+  - /tmp/vendor/bin/phpcs -v -s -n -p --standard=PSR1,PSR2,PSR12 --no-cache --report=full --colors $CI_PROJECT_DIR
 #stages:
 #    - lint
 #  - release