diff --git a/CI/watch_list.py b/CI/watch_list.py
index 444e451e698a533ee71bdf41f054a9923922cd33..0aeb741774822b096709eaeda852ef62682e764d 100644
--- a/CI/watch_list.py
+++ b/CI/watch_list.py
@@ -4,7 +4,7 @@
 WATCH_LIST = {}
 
 WATCH_LIST['^CI$']       = set(['cgumpert'])
-WATCH_LIST['Simulation'] = set(['ritsch','jchapman'])
+WATCH_LIST['Simulation'] = set(['ritsch','jchapman','vpascuzz'])
 WATCH_LIST['Digitization'] = set(['jchapman'])
 WATCH_LIST['Overlay'] = set(['jchapman','ahaas','tkharlam'])
 WATCH_LIST['TrkiPatFitter'] = set(['pop'])