diff --git a/system-specific/oracles/gitlab-runner.nix b/system-specific/oracles/gitlab-runner.nix index dfbcd7f..1a5a5bf 100644 --- a/system-specific/oracles/gitlab-runner.nix +++ b/system-specific/oracles/gitlab-runner.nix @@ -19,6 +19,7 @@ "/var/sharedstore:/sharedstore" ]; dockerDisableCache = true; + dockerPrivileged = true; }; in {