Skip to content

Commit 343ffe3

Browse files
committed
Correct sok ut path in merlin ci
1 parent 1843775 commit 343ffe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test_unit.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if [ "$container" == "merlin-hugectr" ]; then
3939
# inference_test
4040
### TensorFlow Training container
4141
elif [ "$container" == "merlin-tensorflow" ]; then
42-
pushd /hugectr/sparse_operation_kit/sparse_operation_kit/experiment/test/function_test && \
42+
pushd /hugectr/sparse_operation_kit/sparse_operation_kit/test/function_test && \
4343
bash run_function_test.sh && \
4444
popd
4545
fi

0 commit comments

Comments
 (0)