From 4c442c2db035797a5d2c9a19013baf5e5686cc71 Mon Sep 17 00:00:00 2001 From: Jonathan Klee Date: Fri, 19 Dec 2025 09:50:51 +0100 Subject: [PATCH] chore: execute tests on main branch also so that gitlab has comparaison element for Jacoco --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 34401c4c9..9780348f3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,6 +42,8 @@ test: rules: - if: $CI_MERGE_REQUEST_ID when: always + - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' + when: always script: - ./gradlew test jacocoDebugReport -PtestAccountName="$testAccountName" -PtestAccountPwd="$testAccountPwd" -PtestServerUrl="$testServerUrl" artifacts: -- GitLab