diff --git a/benchmark/gitlab-extract.py b/benchmark/gitlab-extract.py
index de38705e6def683844afd4bee6bf5f855b81c506..926b06ff0982cfe695dcf524e67f8d99616522c9 100755
--- a/benchmark/gitlab-extract.py
+++ b/benchmark/gitlab-extract.py
@@ -114,5 +114,5 @@ for commit in parse_log.parse_git_commits(args.commits):
             found_build = True
             print(" success")
             break
-    if not found_build:
+    if not found_build and not BREAK:
         print(" found no succeessful build")