From 88e2c959d0d8785d668a3c1c9ba75ba6d4f97613 Mon Sep 17 00:00:00 2001 From: Oliver Zander Date: Wed, 20 Aug 2025 09:53:17 +0200 Subject: [PATCH] use mariadb for testing --- .gitlab-ci.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 654cea2..5249e00 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,8 +8,15 @@ test: DJANGO_SETTINGS_MODULE: foerderbarometer.settings ENVIRONMENT: test SECRET_KEY: this-is-not-a-secret-key - DATABASE_ENGINE: sqlite3 + DATABASE_ENGINE: mysql + DATABASE_HOST: mariadb + DATABASE_USER: root + DATABASE_PASSWORD: fdb OAUTH_ENABLED: no + services: + - name: mariadb:10.6 + variables: + MARIADB_ROOT_PASSWORD: fdb tags: - docker coverage: /(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/