From a4659d043e551ee28d0f87d5f3b9f625d6f54a98 Mon Sep 17 00:00:00 2001
From: Dennis <dennis.glaeser@iws.uni-stuttgart.de>
Date: Wed, 19 May 2021 19:22:40 +0200
Subject: [PATCH] [ci] add merge request branch info output

---
 .gitlab-ci/default.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci/default.yml b/.gitlab-ci/default.yml
index 9080eb1ad0..d43d7898cc 100644
--- a/.gitlab-ci/default.yml
+++ b/.gitlab-ci/default.yml
@@ -20,6 +20,7 @@ select tests:
     - |
       dunecontrol --opts=$DUNE_OPTS_FILE --current all
       if [[ "$TRIGGER_SOURCE" == "merge_request_event" ]]; then
+          echo "Detecting changes w.r.t to branch $MR_TARGET_BRANCH_NAME"
           python3 bin/testing/getchangedfiles.py -o changedfiles.txt -t origin/$MR_TARGET_BRANCH_NAME
           python3 bin/testing/findtests.py -o affectedtests.json --file-list changedfiles.txt --build-dir build-cmake
       else
-- 
GitLab