Skip to content

Commit

Permalink
Fix stray quote in ctest_to_gitlab.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Nov 25, 2024
1 parent 11d1e79 commit 3fae37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/ctest_to_gitlab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ JOB_TEMPLATE="
USE_MPI: 'YES'
DISABLE_AFTER_SCRIPT: 'YES'
DLAF_HDF5_TEST_OUTPUT_PATH: \$CI_PROJECT_DIR
script: mpi-ctest -L {{CATEGORY_LABEL}} -L {{RANK_LABEL}}"
script: mpi-ctest -L {{CATEGORY_LABEL}} -L {{RANK_LABEL}}
artifacts:
when: always
paths:
Expand Down

0 comments on commit 3fae37f

Please sign in to comment.