Skip to content

Commit 02293a7

Browse files
committed
ci - fix search=rustqfunction
1 parent 1ddf817 commit 02293a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,10 @@ noether-rust-qfunctions:
201201
- make clean
202202
- make -k -j$NPROC_CPU -l$NPROC_CPU
203203
# -- libCEED only tests
204-
- echo "-------------- Rust QFunction tests -"
204+
- echo "-------------- Rust QFunction tests -----"
205205
# Note: PETSC_DIR is set by default in GitLab runner env, unsetting to isolate core tests
206206
- export PETSC_DIR= PETSC_ARCH=
207-
- make -k -j$((NPROC_GPU / NPROC_POOL)) JUNIT_BATCH="rust-qfunction" junit realsearch=rust-qfunction
207+
- make -k -j$((NPROC_GPU / NPROC_POOL)) JUNIT_BATCH="rust-qfunction" junit search=rustqfunction
208208
# Report status
209209
- touch .SUCCESS
210210
after_script:

0 commit comments

Comments
 (0)