Skip to content

Commit 05358fa

Browse files
committed
Fix build directory
1 parent e0961b9 commit 05358fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab/run_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ then
3737
fi
3838

3939
# ---- setup googletest ----
40-
DEPS_DIR="${CI_BUILD_DIR}/${basehost}_deps"
40+
DEPS_DIR="${CI_BUILDS_DIR}/${basehost}_deps"
4141
echo $DEPS_DIR
4242
if [[ ! -d "${DEPS_DIR}" ]]; then
4343
mkdir ${DEPS_DIR} && cd ${DEPS_DIR}
@@ -59,7 +59,7 @@ pwd
5959
cmake -DCMAKE_TOOLCHAIN_FILE=${toolchain_file} \
6060
-DCMAKE_BUILD_TYPE=${build_type} \
6161
-DMPIEXEC_EXECUTABLE=${mpiexec_executable} \
62-
-DMPIEXEC_PREFLAGS=${mpiexec_preflags} \
62+
-DMPIEXEC_PREFLAGS="${mpiexec_preflags}" \
6363
-DUSE_MFEM=${use_mfem} \
6464
-DMFEM_USE_GSLIB=${use_gslib} \
6565
-DENABLE_TESTS=ON \

0 commit comments

Comments
 (0)