diff --git a/autotest.sh b/autotest.sh
index dcecd7b84aa8aecc9d5192539b04a7a854b0a3ce..eb57264c9536b068e2ec1e1afccff8f4e5da7cf2 100755
--- a/autotest.sh
+++ b/autotest.sh
@@ -271,7 +271,6 @@ function execute_tests {
 	COVER=''
 	if [ -z "$NOCOVERAGE" ]; then
 		COVER='--coverage-clover "autotest-clover-$DB.xml" --coverage-html "coverage-html-$DB"'
-		"${PHPUNIT[@]}" --configuration phpunit-autotest.xml $GROUP --log-junit "autotest-results-$DB.xml" --coverage-clover "autotest-clover-$DB.xml" --coverage-html "coverage-html-$DB" "$2" "$3"
 	else
 		echo "No coverage"
 	fi