diff --git a/matlab/tests_matlab.m b/matlab/tests_matlab.m
index 1b141e0299da1138327e8dddfca745d3410418a0..15b757c1544903363bc132e422caf04dd035ee30 100644
--- a/matlab/tests_matlab.m
+++ b/matlab/tests_matlab.m
@@ -2,8 +2,11 @@ function tests_matlab(test_case)
 try
    fprintf('\n Running test file: %s\n',mfilename('fullpath'));
    fprintf('     Time: %s\n',datestr(now));
-   
-   passed = run_gdat_tests(test_case); % call to your test script here, with optional test_case input
+   which interpos
+   which interpos_nan
+   ls /home
+   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
 catch ME
    disp(getReport(ME))