I have a multi-project pipeline. Project B depends on Project A. Inside Project B pipeline I am able to get my desired artifacts. Problem is that I am in the Runner's directory, The root path is CI_PROJECT_DIR
, something like buildMachine/builds/build#/0/groupname/project
.
I'm not sure what the path to the actually repository should be but it's not this. I need to take these files and add them to the gitlab repository..any advice?