From d920b898fd0902973f49c71be394cb53a6ca6e51 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dennis=20Gl=C3=A4ser?= <dennis.glaeser@iws.uni-stuttgart.de>
Date: Tue, 1 Jun 2021 14:17:39 +0200
Subject: [PATCH] [ci] fix target tree argument

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

diff --git a/.gitlab-ci/default.yml b/.gitlab-ci/default.yml
index 10b252cd1f..55d49b6a16 100644
--- a/.gitlab-ci/default.yml
+++ b/.gitlab-ci/default.yml
@@ -31,7 +31,7 @@ select tests:
       if [[ "$TRIGGER_SOURCE" == "merge_request_event" ]]; then
           echo "Detecting changes w.r.t to target branch '$MR_TARGET_BRANCH_NAME'"
           python3 bin/testing/getchangedfiles.py --outfile changedfiles.txt \
-                                                 --target.tree origin/$MR_TARGET_BRANCH_NAME
+                                                 --target-tree origin/$MR_TARGET_BRANCH_NAME
           python3 bin/testing/findtests.py --outfile affectedtests.json \
                                            --file-list changedfiles.txt \
                                            --build-dir build-cmake
-- 
GitLab