diff --git a/InnerDetector/InDetExample/InDetRecExample/share/InDetMonitoring.py b/InnerDetector/InDetExample/InDetRecExample/share/InDetMonitoring.py
index ea0ca51d6aee3599dea16fa39cbb5312fc20b1fc..1b9a83faadb79dabf2198b4b895ddfab25d7f60f 100644
--- a/InnerDetector/InDetExample/InDetRecExample/share/InDetMonitoring.py
+++ b/InnerDetector/InDetExample/InDetRecExample/share/InDetMonitoring.py
@@ -11,7 +11,7 @@
 from InDetRecExample.InDetJobProperties import InDetFlags
 
 if InDetFlags.doMonitoringGlobal() or InDetFlags.doMonitoringPrimaryVertexingEnhanced():
-  include("InDetRecExample/InDetMonitoringGlobalRun3Test.py")
+  include("InDetRecExample/InDetMonitoringGlobal.py")
 if InDetFlags.doMonitoringPixel():
   include( "InDetRecExample/InDetMonitoringPixel.py")
 if InDetFlags.doMonitoringSCT():