diff --git a/scripts/integration-tests.sh b/scripts/integration-tests.sh index ab7e37579..d110e281c 100755 --- a/scripts/integration-tests.sh +++ b/scripts/integration-tests.sh @@ -232,7 +232,7 @@ if [[ -n "$TEST_SUBDIRS" ]]; then EXTRA_PARAMS="$EXTRA_PARAMS --text-model=$TEXT_MODEL --embedding-model=sentence-transformers/all-MiniLM-L6-v2" else PYTEST_TARGET="tests/integration/" - EXTRA_PARAMS="$EXTRA_PARAMS --suite=$TEST_SUITE" + EXTRA_PARAMS="$EXTRA_PARAMS --text-model=$TEXT_MODEL --suite=$TEST_SUITE" fi set +e