Gitlab registry image names incorrect

We are using the GitLab Registry to stored images.

Inside a project group we have a number of sub-projects, which all have a separate image (structure to follow below).

reg-GITLABMAIN.com/ - group - sub-proj1 - proj1image:latest - sub-proj2 - proj2image:latest

When we pull the image (reg-gitlabmain.com/group/sub-proj1:latest) and launch a container, the display has the specified container name but the image listed (when viewing in kitematic) specifies the group name, not the full image name.

                 cont_name - project 1
                 image_name - group

I want to be able to pull images from the private gitlab reg and it display as follows

                 cont_name - project 1
                 image_name - project1:latest

Is this possible with GitLab Private Registry?