From f196336df68d0431876d558352149d009935a05a Mon Sep 17 00:00:00 2001 From: Brad Richardson Date: Thu, 22 Oct 2020 14:12:37 -0500 Subject: Fix CI scripts --- ci/run_tests.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ci/run_tests.sh') diff --git a/ci/run_tests.sh b/ci/run_tests.sh index 4ba590a..a42653b 100755 --- a/ci/run_tests.sh +++ b/ci/run_tests.sh @@ -13,14 +13,14 @@ cd ../example_packages/hello_world ./build/gfortran_debug/app/hello_world cd ../hello_fpm -../../../fpm/build/gfortran_debug/app/fpm build +../../fpm/build/gfortran_debug/app/fpm build ./build/gfortran_debug/app/hello_fpm cd ../circular_test -../../../fpm/build/gfortran_debug/app/fpm build +../../fpm/build/gfortran_debug/app/fpm build cd ../circular_example -../../../fpm/build/gfortran_debug/app/fpm build +../../fpm/build/gfortran_debug/app/fpm build cd ../hello_complex ../../fpm/build/gfortran_debug/app/fpm build -- cgit v1.2.3