diff --git a/utils/ci/scripts/pull_optestrunner.sh b/utils/ci/scripts/pull_optestrunner.sh
index 3e83d700f5e8bee3a47b4c44e122005812a884d1..709f8909cf76b454afa6465dbb124e5fe9c2780b 100755
--- a/utils/ci/scripts/pull_optestrunner.sh
+++ b/utils/ci/scripts/pull_optestrunner.sh
@@ -28,8 +28,8 @@ mkdir -p "$OP_TESTRUNNER_DIR" && cd "$OP_TESTRUNNER_DIR" || exit 1
 rm -rf -- * || { echo "Failed to clean $OP_TESTRUNNER_DIR directory"; exit 1; }
 
 # ToDo: Make it generic
-OP_TESTRUNNER_URL="https://download.eclipse.org/openpass/snapshots/opTestrunner/pytest_optestrunner-1.1-py3-none-any.whl"
-
+# OP_TESTRUNNER_URL="https://download.eclipse.org/openpass/snapshots/opTestrunner/pytest_optestrunner-1.1-py3-none-any.whl"
+OP_TESTRUNNER_URL="https://ci.eclipse.org/openpass/job/opTestrunner/view/change-requests/job/MR-4/lastSuccessfulBuild/artifact/repo/plugin/optestrunner/dist/pytest_optestrunner-1.1-py3-none-any.whl"
 echo "Python virtual environment (.env) is being created at ${OP_REPO_DIR}"
 
 "${PYTHON_EXECUTABLE}" -m venv "${OP_REPO_DIR}/.env"