My setup requirements: Server1: GitLab Server2: GitLab runner Server3: Docker Engine testing Server4: Docker Engine production
Does Server 2 need also a docker engine installed? How do i configure the runner for deployment on testing & production, depending on job?
My general steps so far: Installed GitLab on srv1, Runner on srv2, docker engine on srv3 &4. Now I'm stuck at the configuration of GitLab Runner, as I only find guides which describe the setup with docker on the same machine as the Ci/CD server.