diff --git a/matlab/tests_matlab.m b/matlab/tests_matlab.m
index 15b757c1544903363bc132e422caf04dd035ee30..880442e572e662f34c5daa385ac80aaea7aa496f 100644
--- a/matlab/tests_matlab.m
+++ b/matlab/tests_matlab.m
@@ -4,7 +4,8 @@ try
    fprintf('     Time: %s\n',datestr(now));
    which interpos
    which interpos_nan
-   ls /home
+   ls /home/sauter/interpos/matlab
+   uname -a
    passed = true
    %passed = run_gdat_tests(test_case); % call to your test script here, with optional test_case input
    exit_code = int32(~passed); % convert to bash shell convention