Hello! We use GitLab Community Edition 11.10.0 integrated with TeamCity 2018.1.5 (build 58744). TeamCity sends to GitLab info about the build with Commit status publisher feature. Also we use “Only allow merge requests to be merged if the pipeline succeeds” option in GitLab. Unfortunately, sometimes TeamCity begins to run builds not instantly and there is some delay between the commit and build (the reason is - too many builds in TeamCity queue). In such a case the Merge Request counld be merged (no pipeline is run yet). Is there some option to disallow merge requests to be merged if the pipeline has not yet started?