From 2c3b8677008cf964fe2b3fb64b1ca14d84f7070c Mon Sep 17 00:00:00 2001 From: Frederik Hennig <frederik.hennig@fau.de> Date: Tue, 8 Apr 2025 17:00:14 +0200 Subject: [PATCH] attempt to fix, 2 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d2e5aa0..97928c5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,7 +35,7 @@ typecheck: - cd build/${cmakePresetName} - cmake --build . --target SfgTests - cmake --build . --target UserManualExamples - environment: + variables: TESTSUITE_MPIEXEC_FLAGS: --oversubscribe --allow-run-as-root script: - ctest --output-on-failure -- GitLab