diff --git a/nixos/tests/gitlab.nix b/nixos/tests/gitlab.nix index af2ab12bf4b..a629bf749ca 100644 --- a/nixos/tests/gitlab.nix +++ b/nixos/tests/gitlab.nix @@ -63,6 +63,8 @@ import ./make-test-python.nix ({ pkgs, lib, ...} : with lib; { jwsFile = pkgs.runCommand "oidcKeyBase" {} "${pkgs.openssl}/bin/openssl genrsa 2048 > $out"; }; }; + + services.postgresql.package = pkgs.postgresql_13; }; };