Skip to content

Commit

Permalink
Update build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ckendrick committed Sep 19, 2024
1 parent e0961b9 commit 692ca37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ then
fi

# ---- setup googletest ----
DEPS_DIR="${CI_BUILD_DIR}/${basehost}_deps"
DEPS_DIR="${CI_BUILDS_DIR}/${basehost}_deps"
echo $DEPS_DIR
if [[ ! -d "${DEPS_DIR}" ]]; then
mkdir ${DEPS_DIR} && cd ${DEPS_DIR}
Expand Down

0 comments on commit 692ca37

Please sign in to comment.