diff --git a/modules/jenkins/files/slave_scripts/upstream_translation_horizon.sh b/modules/jenkins/files/slave_scripts/upstream_translation_horizon.sh
index 01ecf74c20..360f088e0d 100755
--- a/modules/jenkins/files/slave_scripts/upstream_translation_horizon.sh
+++ b/modules/jenkins/files/slave_scripts/upstream_translation_horizon.sh
@@ -45,7 +45,7 @@ tx set --auto-local -r ${PROJECT}.openstack-dashboard-translations \
 
 # Invoke run_tests.sh to update the po files
 # Or else, "../manage.py makemessages" can be used.
-./run_tests.sh --makemessages
+./run_tests.sh --makemessages -V
 
 # Add all changed files to git
 git add ${PROJECT}/locale/en/LC_MESSAGES/*