diff options
Diffstat (limited to 'ci/run_tests.bat')
-rwxr-xr-x | ci/run_tests.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/run_tests.bat b/ci/run_tests.bat index 33d7071..ea50a70 100755 --- a/ci/run_tests.bat +++ b/ci/run_tests.bat @@ -21,5 +21,5 @@ if errorlevel 1 exit 1 ..\..\..\fpm\build\gfortran_debug\app\fpm build if errorlevel 1 exit 1 -.\hello_world +.\build\gfortran_debug\hello_world if errorlevel 1 exit 1 |