Change ref for pulling testrail-analyzer
Change-Id: I9cb7c219daf426f74d3084f3e1263d6f72be2277
diff --git a/tcp_tests/templates/_packer/scripts/jenkins_virtualenvs.sh b/tcp_tests/templates/_packer/scripts/jenkins_virtualenvs.sh
index 1a50506..70cd37f 100644
--- a/tcp_tests/templates/_packer/scripts/jenkins_virtualenvs.sh
+++ b/tcp_tests/templates/_packer/scripts/jenkins_virtualenvs.sh
@@ -35,7 +35,7 @@
. ${TESTMARKER_VENV_PATH}/bin/activate
#pip install git+https://github.com/ibumarskov/testrail-reporter -U
# Pull from review to test changes in testrail-reporter before their merging
-pip install git+https://review.gerrithub.io/ibumarskov/testrail-reporter@refs/changes/53/524553/1
+pip install git+https://review.gerrithub.io/ibumarskov/testrail-reporter@refs/changes/94/514594/8
deactivate
if [ "$CHANGE_RIGHTS" = true ]; then