diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8deb439d4bf900a59cad947de19d07c362f98b93..9977b45b79933c9be2699b47fde336ec7b52920c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -330,7 +330,7 @@ default: KUBERNETES_CPU_REQUEST: "16" script: - vendor/bin/phpcs --version - - composer phpcs -- --report-full --report-summary --report-\\Micheh\\PhpCodeSniffer\\Report\\Gitlab=phpcs-quality-report.json + - composer phpcs -- -s --report-full --report-summary --report-\\Micheh\\PhpCodeSniffer\\Report\\Gitlab=phpcs-quality-report.json artifacts: reports: codequality: phpcs-quality-report.json