diff --git a/Makefile b/Makefile
index 4a01c858e4a6bfee6ab923e474a39956442caf0d..04517a637ea5dd17df17a1345c1764a97e5daf60 100644
--- a/Makefile
+++ b/Makefile
@@ -103,9 +103,7 @@ tests: ## Run all tests (PhpUnit)
 	cd "${WEBAPP_DIR}" && bin/console doctrine:database:drop --force --env=test || true
 	cd "${WEBAPP_DIR}" && bin/console doctrine:database:create       --env=test
 	cd "${WEBAPP_DIR}" && bin/console doctrine:migrations:migrate -n --env=test
-	cd "${WEBAPP_DIR}" && bin/console doctrine:fixtures:load      -n --env=dev
 	cd "${WEBAPP_DIR}" && bin/console doctrine:fixtures:load      -n --env=test
-	cd "${WEBAPP_DIR}" && bin/console doctrine:fixtures:load      -n
 	cd "${WEBAPP_DIR}" &&  XDEBUG_MODE=coverage bin/phpunit --testdox --strict-coverage --configuration phpunit.xml.dist
 # 	cd "${WEBAPP_DIR}" &&  bin/phpunit --no-coverage --configuration phpunit.xml.dist
 # 	cd "${WEBAPP_DIR}" &&  bin/phpunit --coverage-text --configuration phpunit.xml
@@ -116,9 +114,7 @@ tests_gogogo: ## Run "gogogo" group tests (PhpUnit)
 	cd "${WEBAPP_DIR}" && bin/console doctrine:database:drop --force --env=test || true
 	cd "${WEBAPP_DIR}" && bin/console doctrine:database:create       --env=test
 	cd "${WEBAPP_DIR}" && bin/console doctrine:migrations:migrate -n --env=test
-	cd "${WEBAPP_DIR}" && bin/console doctrine:fixtures:load      -n --env=dev
 	cd "${WEBAPP_DIR}" && bin/console doctrine:fixtures:load      -n --env=test
-	cd "${WEBAPP_DIR}" && bin/console doctrine:fixtures:load      -n
 	cd "${WEBAPP_DIR}" && bin/phpunit --testdox --group gogogo --configuration phpunit.xml.dist
 # 	cd "${WEBAPP_DIR}" &&  bin/phpunit --no-coverage --configuration phpunit.xml.dist
 # 	cd "${WEBAPP_DIR}" &&  bin/phpunit --coverage-text --configuration phpunit.xml