Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ include: phpcs: stage: test script: - cp -u phpcs.xml $WEB_ROOT/modules/custom # - cp -u phpcs.xml $WEB_ROOT/modules/custom - composer phpcs -- --report-junit=junit.xml --report-full --report-summary allow_failure: false artifacts: Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ include: phpcs: stage: test script: - cp -u phpcs.xml $WEB_ROOT/modules/custom # - cp -u phpcs.xml $WEB_ROOT/modules/custom - composer phpcs -- --report-junit=junit.xml --report-full --report-summary allow_failure: false artifacts: Loading