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.