From a35f4c6e2d0d79d177d7bc0d829dbf5eefb66cd9 Mon Sep 17 00:00:00 2001 From: dcarron <daniel.carron@idiap.ch> Date: Tue, 13 Feb 2024 16:31:02 +0100 Subject: [PATCH] [ci] Change DB config paths --- .gitlab-ci.yml | 2 +- tests/{mednet-ci.toml => config/mednet.toml} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{mednet-ci.toml => config/mednet.toml} (100%) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e1f912b3..e5e0debc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ include: variables: GIT_SUBMODULE_STRATEGY: normal GIT_SUBMODULE_DEPTH: 1 - XDG_CONFIG_HOME: tests/mednet-ci.toml + XDG_CONFIG_HOME: tests/config documentation: before_script: diff --git a/tests/mednet-ci.toml b/tests/config/mednet.toml similarity index 100% rename from tests/mednet-ci.toml rename to tests/config/mednet.toml -- GitLab