This hotfix aims to address an identified issue that occurred when trying to calculate the dependencies of a project that is stored within a Gitlab subgroup. I.i, given a project X, a group A and a group B that is a subgroup of A, being project X stored at A/B/X, einstein considered that the project's namespace was A and its name was B/X.
With this fix, einstein now correctly considers that, in such a scenario, the project's namespace is A/B and its name X.