diff --git a/gitlab/unit-tests.sh b/gitlab/unit-tests.sh index 26bdd761ec..63ae58121e 100755 --- a/gitlab/unit-tests.sh +++ b/gitlab/unit-tests.sh @@ -40,7 +40,7 @@ if [ $CODECOVERAGE -eq 1 ]; then CNT=$(sed -n '/Generating code coverage report/,$p' "$GITLABARTIFACTS"/phpunit.out | grep -v DoctrineTestBundle | grep -cv ^$) FILE=deprecation.txt sed -n '/Generating code coverage report/,$p' "$GITLABARTIFACTS"/phpunit.out > ${CI_PROJECT_DIR}/$FILE - if [ $CNT -le 80 ]; then + if [ $CNT -le 32 ]; then STATE=success else STATE=failure