CI: rename ctest_build_submit

This commit is contained in:
Vicente Adolfo Bolea Sanchez 2022-10-25 12:00:38 -04:00
parent 1527018861
commit 618d75c682
2 changed files with 1 additions and 1 deletions

@ -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)