diff --git a/scripts/run_ci_dcu.sh b/scripts/run_ci_dcu.sh index bb13ff95b..6c1e5e21d 100644 --- a/scripts/run_ci_dcu.sh +++ b/scripts/run_ci_dcu.sh @@ -97,7 +97,7 @@ cat server.log echo -e "\n" echo "Start inference..." -python test/ci_use/DCU/run_ernie.py +python tests/ci_use/DCU/run_ernie.py exit_code=$? echo "exit_code is ${exit_code}.\n" diff --git a/test/ci_use/DCU/run_ernie.py b/tests/ci_use/DCU/run_ernie.py similarity index 100% rename from test/ci_use/DCU/run_ernie.py rename to tests/ci_use/DCU/run_ernie.py diff --git a/test/input/test_tokenizer_client.py b/tests/input/test_tokenizer_client.py similarity index 100% rename from test/input/test_tokenizer_client.py rename to tests/input/test_tokenizer_client.py