diff --git a/bin/ci/gitlab_common.py b/bin/ci/gitlab_common.py index 8497dfb9e26..99ebc0e6e17 100644 --- a/bin/ci/gitlab_common.py +++ b/bin/ci/gitlab_common.py @@ -32,7 +32,7 @@ def read_token(token_arg: Optional[str]) -> str: def wait_for_pipeline(project, sha: str): """await until pipeline appears in Gitlab""" - print("⏲ for the pipeline to appear..", end="") + print(f"⏲ for the pipeline to appear in {project.path_with_namespace}..", end="") while True: pipelines = project.pipelines.list(sha=sha) if pipelines: