diff --git a/ahoy.test.yml b/ahoy.test.yml
index 60eaabda969cac1bdcfdde43c9c100c2c028ef62..05ed015863cac58061a64f8cf4ea447e34a1339b 100644
--- a/ahoy.test.yml
+++ b/ahoy.test.yml
@@ -56,7 +56,7 @@ commands:
       module=$1
       shift
       config=/var/www/html/vendor/lakedrops/drupal-development-environment/defaults/phpstan.neon
-      if [[ -f web/modules/contrib/$module/.phpstan.neon ]]; then config=/var/www/html/web/modules/contrib/$module/.phpstan.neon; fi
+      if [[ -f web/modules/contrib/$module/phpstan.neon ]]; then config=/var/www/html/web/modules/contrib/$module/phpstan.neon; fi
       ahoy d4d exec vendor/bin/phpstan analyze --configuration=$config web/modules/contrib/$module $@
     usage: PHPStan tests by module
   phplintmodule: