When we push new commits on branches (that have a merge request opened), the pipeline corresponding to the last commit doesn’t show up in the merge request. The only “CI status” associated with the merge request is the pipeline for the first commit.
The pipeline configuration is correct, it indeed triggers a new one on push but it’s not updated in the merge request.
There you can see that the pipeline for the commit 7cacb2d7 is green and ran. Though, the last commit (forced push) was d651436d:
Hey . Were you able to resolve this? I followed https://docs.drone.io/intro/gitlab/single-machine/ and builds are being picked up just fine by drone, but, unfortunately, no status is displayed on gitlab side :-/ . Is there anything else I should do to make gitlab acknowledge drone?