Unverified Commit 8934558a authored by Alexander Sieg's avatar Alexander Sieg Committed by GitHub
Browse files

nixos/gitlab: fix unit test result display (#241322)

After the update to GitLab 16 the puma worker needs `gzip` in it's PATH
in order to junit test results.
parent 56d53530
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1644,6 +1644,7 @@ in {
        nodejs
        procps
        gnupg
        gzip
      ];
      serviceConfig = {
        Type = "notify";