From 618d75c6826682e585b6f42063b6ec659a3e8a05 Mon Sep 17 00:00:00 2001 From: Vicente Adolfo Bolea Sanchez Date: Tue, 25 Oct 2022 12:00:38 -0400 Subject: [PATCH] CI: rename ctest_build_submit --- .gitlab/ci/ascent.yml | 2 +- .gitlab/ci/{ctest_test_submit.cmake => ctest_submit_test.cmake} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename .gitlab/ci/{ctest_test_submit.cmake => ctest_submit_test.cmake} (100%) diff --git a/.gitlab/ci/ascent.yml b/.gitlab/ci/ascent.yml index 79049f1cb..1fe34a148 100644 --- a/.gitlab/ci/ascent.yml +++ b/.gitlab/ci/ascent.yml @@ -82,5 +82,5 @@ test:ascent_gcc_cuda: script: - "jsrun -n1 -r1 -a1 -g1 -c7 ctest -VV -S .gitlab/ci/ctest_test.cmake || test_output=$?" - - ctest -VV -S .gitlab/ci/ctest_test_submit.cmake + - ctest -VV -S .gitlab/ci/ctest_submit_test.cmake - $(exit $test_output) diff --git a/.gitlab/ci/ctest_test_submit.cmake b/.gitlab/ci/ctest_submit_test.cmake similarity index 100% rename from .gitlab/ci/ctest_test_submit.cmake rename to .gitlab/ci/ctest_submit_test.cmake