REST API and Front End

Hello Community,

I’m struggling with a scenario of docker images usages, I have two docker images in different repositories in gitlab, that i’d like to make use of in a single scenario. One repository is for backend and the other one is for frontend. Both needs to be used in a pipeline (CI/CD). How will be the best option to make a pipeline for the docker image placed in these repositories?

I plan to create in the frontend my pipeline, but i don’t know how to start.

Thanks for your help.