Is it possible to access the Maven repository of a group inside of a project located in a subgroup?

Hi there,

I have a group called “A” and inside this group I have a subgroup called “B” which has a project called “C”. As a standarization process we have created a parent project called “Parent” that is located inside of group “A”. The project “C” has set as parent the project “Parent”.
Everything works well locally (I deleted the local cache do make sure that it is a CI/CD thing) but when I trigger a pipeline on gitlab.com it fails with:

status: 403 Forbidden and 'parent.relativePath' points at wrong local POM @ line 13, column 10 -> [Help 2]

Is it possible to access the Maven repository of a group “A” inside of a project “C”? Looks like the Job-Token doesn’t have the required permission to do it? Is it possible to give this permission?

Thanks

Ok, after almost a day trying different things I finally managed to address the 403 error with this documentation: GitLab CI/CD job token | GitLab