diff --git a/tests/preseed-config.php b/tests/preseed-config.php
index fbf60ad2e28217ddd84e11efab2739ee0aa8efb7..7eadccbe76974bfb67632793ae3ca952af8ad4fa 100644
--- a/tests/preseed-config.php
+++ b/tests/preseed-config.php
@@ -5,13 +5,13 @@ $CONFIG = array (
   array (
     0 => 
     array (
-      'path' => '/home/thomas/Development/owncloud/core/apps',
+      'path' => OC::$SERVERROOT.'/apps',
       'url' => '/apps',
       'writable' => false,
     ),
     1 => 
     array (
-      'path' => '/home/thomas/Development/owncloud/core/apps2',
+      'path' => OC::$SERVERROOT.'/apps2',
       'url' => '/apps2',
       'writable' => false,
     )