diff --git a/system/gitlab-runner.nix b/system/gitlab-runner.nix index dd65432..0ad1c10 100644 --- a/system/gitlab-runner.nix +++ b/system/gitlab-runner.nix @@ -3,7 +3,7 @@ virtualisation.docker.enable = true; services.gitlab-runner = with lib; { enable = true; - concurrent = 1; + concurrent = 4; services = { ci_test = { registrationConfigFile = "/srv/gitlab-runner/env/ci_test";