mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -1644,6 +1644,7 @@ in {
|
|||
nodejs
|
||||
procps
|
||||
gnupg
|
||||
gzip
|
||||
];
|
||||
serviceConfig = {
|
||||
Type = "notify";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue