Robot Framework project dependency on GitLab

Hello,
I have a project in GitLab with tests and infrastructure keywords, I got a CI process that creates a Docker image daily.

I am planning a new project that is going to use many of the infrastructure keywords in the current project, my question is how can I create the dependency of the new project with the existing one?

In other languages (Java, C++) I just depend on libraries, I am searching for a similar solution.

Thanks,
Guto.

Whats the actual problem here ?

RF can now load resource files out from python packages and if those keywords are written in python, you can add those too into your package …