Skip to content

executor/gitlab_runner_config: run gateway jobs in the "host" network

Martin Roukala requested to merge executor_gateway_runner_network_fix into main

This is primarily a workaround for an ipv6-disable-related podman bug that breaks networking in containers (likely because an ipv6 address is set up in the container despite the kernel not supporting ipv6).

That being said, the gateway runner should have access to anything, as it is the only way to automate every sort of maintainance via gitlab (save having direct access to the host).

Merge request reports