I want to run Gitlab CI Runner in a docker container while also using the docker executor to run my builds in their own docker containers, all of that on top of CoreOS.
Is this even possible? Every documentation I've found so far assumes that Gitlab Runner is running on the host OS which is not a viable option for me.
The alternative would be to have specialised gitlab-runner containers with the build dependencies installed in each one.