We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0961b9 commit 692ca37Copy full SHA for 692ca37
1 file changed
.gitlab/run_tests.sh
@@ -37,7 +37,7 @@ then
37
fi
38
39
# ---- setup googletest ----
40
-DEPS_DIR="${CI_BUILD_DIR}/${basehost}_deps"
+DEPS_DIR="${CI_BUILDS_DIR}/${basehost}_deps"
41
echo $DEPS_DIR
42
if [[ ! -d "${DEPS_DIR}" ]]; then
43
mkdir ${DEPS_DIR} && cd ${DEPS_DIR}
0 commit comments