See https://github.com/forTEXT/gitma/blob/main/gitma/project.py#L44
If project_name contains a keyword that appears in the project ID of multiple projects, then depending on the ordering of the results the wrong project may be fetched. We should pass the project ID into this function and fetch directly using that.
Renaming doesn't help as the IDs are constant and the search is based on ID (GitLab project name rather than CATMA project name).