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.
This commit is contained in:
parent
56d5353079
commit
8934558abf
@ -1644,6 +1644,7 @@ in {
|
||||
nodejs
|
||||
procps
|
||||
gnupg
|
||||
gzip
|
||||
];
|
||||
serviceConfig = {
|
||||
Type = "notify";
|
||||
|
Loading…
Reference in New Issue
Block a user