Skip to content

Commit c0f9240

Browse files
committed
Fix conda working path
1 parent 987331f commit c0f9240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/gpu/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ else
9090
SUITEERROR=0
9191

9292
# run gtests
93-
cd $WORKSPACE/build-librmm
93+
cd $WORKSPACE/ci/artifacts/rmm/cpu/conda_work
9494
for gt in "build/gtests/*" ; do
9595
${gt} --gtest_output=xml:${TESTRESULTS_DIR}/
9696
exitcode=$?

0 commit comments

Comments
 (0)