diff --git a/nixos/tests/gitlab/runner/podman-runner/default.nix b/nixos/tests/gitlab/runner/podman-runner/default.nix index 5170266438b6..bbc9d7d75fef 100644 --- a/nixos/tests/gitlab/runner/podman-runner/default.nix +++ b/nixos/tests/gitlab/runner/podman-runner/default.nix @@ -414,7 +414,7 @@ in imageFile = jobImages.${name}; image = "${imageNames.${name}}:latest"; extraOptions = [ - "--docker-volumes-from" + "--volumes-from" "nix-daemon-container:ro" ]; dependsOn = [ "nix-daemon-container" ];