Illogical behaviour in building merge request
Created by: dilcom
Summary: Merging forked repository retrieves build result for fork Steps to reproduce:
- Create repository A
- Fork repository A into B
- Add CI services to A and B
- Add some commits to B
- Create merge request from B to A Expected behavior: build status in merge request should relate to CI service binded to A Observed behavior: build status in merge request relates to CI service binded to B Last commit SHA1 of my Gitlab: bc57ff0e Possible fixes: I have some ideas about how to fix it but I want to know if it seems illogical only for me or not.