Skip to content

Commit 692ca37

Browse files
committed
Update build directory
1 parent e0961b9 commit 692ca37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab/run_tests.sh

Lines changed: 1 addition & 1 deletion
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}

0 commit comments

Comments
 (0)