diff --git a/templates/accountProfiles/valid-accounts.php.tt2 b/templates/accountProfiles/valid-accounts.php.tt2
index e067406b479e48d38d1127fd2431c5d2baef9018..1c361655368f050d1c9f8550aadbe095646d7472 100644
--- a/templates/accountProfiles/valid-accounts.php.tt2
+++ b/templates/accountProfiles/valid-accounts.php.tt2
@@ -4,7 +4,7 @@ $validTestAccounts = array (
     'authcrypt:Hash',
 
 [% FOREACH account IN accounts %]
-  [% PROCESS "${account.account_profile()}.tt2" %]
+  [% PROCESS "accountProfiles/${account.account_profile()}.tt2" %]
   'user[% account.id() %]:{SHA256}[% account.user_password_hash() %]=' => array(
   [% FOREACH attribute IN account_profile.pairs -%]
    [% NEXT IF attribute.key.match('^(type|comment)$') %]