From a1b8b82fda56d466f50d04a41105f22d9ac9db97 Mon Sep 17 00:00:00 2001 From: Pantelis Giazitsis Date: Thu, 16 Jan 2025 11:38:55 +0200 Subject: [PATCH] fixup! Updated ci script --- ci_scripts/ci_post_clone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_scripts/ci_post_clone.sh b/ci_scripts/ci_post_clone.sh index 0f909ddf8..5fea8610c 100755 --- a/ci_scripts/ci_post_clone.sh +++ b/ci_scripts/ci_post_clone.sh @@ -51,7 +51,7 @@ fi if [ "$CI_WORKFLOW" = "Unit tests" ]; then -CONFIGURATION_PATH=${CI_PRIMARY_REPOSITORY_PATH}/Configuration/Production/ConfigDebug.xcconfig +CONFIGURATION_PATH=${CI_PRIMARY_REPOSITORY_PATH}/Configuration/Debug/ConfigDebug.xcconfig setupConfiguration $CONFIGURATION_PATH fi