I am using gitlab-runner into a docker container. I'd like to run my builds into a docker container that would embed any depedencies needed. What kind of executor should I use? docker ? If I do that, I run builds on a nested container which is not that recommended I guess.
What is the best practice? thanks