Skip to content

Commit 5f7fc7f

Browse files
committed
fix missing path change
1 parent 70f4a66 commit 5f7fc7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jenkins/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ $([[ $BACKEND != OPENMP ]] && echo "-E \"Base*\"") # Exclude base tests for all
559559
source $SGSSCRATCH/spack/share/spack/setup-env.sh
560560
561561
562-
cd ${WORKSPACE}/plssvm/tests/data/libsvm
562+
cd ${WORKSPACE}/plssvm/tests/data/libsvm/classification
563563
case $BACKEND in
564564
OPENCL|ADAPTIVECPP|DPCPP|STDPAR-NVHPC|STDPAR-DPCPP|STDPAR-ADAPTIVECPP)
565565
if [ "$ARCHITECTURE" != NVIDIA ]; then

0 commit comments

Comments
 (0)