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:
Alexander Sieg 2023-07-04 18:57:19 +02:00 committed by GitHub
parent 56d5353079
commit 8934558abf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1644,6 +1644,7 @@ in {
nodejs
procps
gnupg
gzip
];
serviceConfig = {
Type = "notify";