diff --git a/Makefile b/Makefile
index f66c768ed7435aae907c386b836c7d02d0d07f2a..7843c690f84c8248b5575fb06e0a2519b34baa80 100644
--- a/Makefile
+++ b/Makefile
@@ -126,6 +126,7 @@ phpunit:
 
     # create new kind of config (qfq.json)
 	cp -v typo3conf/ext/qfq/Tests/phpunit_qfq.json typo3conf/ext/qfq.json; sed -i "s/#PHPUNIT_PASSWORD#/$(PHPUNIT_MYSQL_PASSWORD)/" typo3conf/ext/qfq.json
+	cp -v typo3conf/ext/qfq/Tests/phpunit_qfq.json typo3conf/ext/qfq.json; sed -i "s/#PHPUNIT_PASSWORD#/$(PHPUNIT_MYSQL_PASSWORD)/" ../qfq.json
 
 	# run phpunit
 	cd typo3conf/ext/qfq/; pwd; vendor/bin/phpunit --configuration phpunit.xml