diff --git a/CI/cdash_handler.py b/CI/cdash_handler.py
index 9fbf3fc1c3b2533e40af87ef1cb8da2ef3eb32b0..5b3e05cd1bf870cc68df1465f96943b6126b1e6f 100644
--- a/CI/cdash_handler.py
+++ b/CI/cdash_handler.py
@@ -187,6 +187,7 @@ site:"+site+", stamp:"+stamp+", name:"+name+", project:"+project+".")
       nb_try -= 1
       if buildid or (nb_try == 0):
         break
+      print("No build id, retry ...")
       time.sleep(60)
     if buildid:
       self.buildid = buildid.group(1)