about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-01-11 06:01:29 +0000
committerGitHub <noreply@github.com>2023-01-11 06:01:29 +0000
commit166b049bd96bccf336ef99371c19c5e208d04e9f (patch)
treecb0850fd310d84a093e8e2f485de33455934954e /nixos
parentaf006f866c420e77390b2657dcbe896bc8c3e1cc (diff)
parent9852294f15c380cd61fd441538982426f8ee8ccc (diff)
Merge master into staging-next
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/gitlab.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/tests/gitlab.nix b/nixos/tests/gitlab.nix
index d9d75d1cbd89b..59dbc99052a60 100644
--- a/nixos/tests/gitlab.nix
+++ b/nixos/tests/gitlab.nix
@@ -17,13 +17,13 @@ let
 
   aliceUsername = "alice";
   aliceUserId = "2";
-  alicePassword = "alicepassword";
+  alicePassword = "R5twyCgU0uXC71wT9BBTCqLs6HFZ7h3L";
   aliceProjectId = "2";
   aliceProjectName = "test-alice";
 
   bobUsername = "bob";
   bobUserId = "3";
-  bobPassword = "bobpassword";
+  bobPassword = "XwkkBbl2SiIwabQzgcoaTbhsotijEEtF";
   bobProjectId = "3";
 in {
   name = "gitlab";