From 4b3e3e4b0b1ea17f988d25593ad2a720010ddba3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 9 Jan 2026 17:12:26 +0100 Subject: [PATCH] Add `ADMIN_PASSWORD` variable to GitLab CI configuration --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 18e7c8760..02415f979 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,6 +23,7 @@ services: variables: APP_ENV: test GIT_DEPTH: 1 + ADMIN_PASSWORD: admin # Configure postgres environment variables (https://hub.docker.com/r/_/postgres/) POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres