From a2e887a37df9b4788db8470ae453dade8d64e6f5 Mon Sep 17 00:00:00 2001
From: Maurice <zimmnau@ilr.rwth-aachen.de>
Date: Tue, 25 Feb 2025 18:03:33 +0100
Subject: [PATCH] Adaptions to the requested path of the design evaluator
 report

---
 .ci-scripts/run-integration-test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ci-scripts/run-integration-test.yml b/.ci-scripts/run-integration-test.yml
index 151af312..e66dc086 100644
--- a/.ci-scripts/run-integration-test.yml
+++ b/.ci-scripts/run-integration-test.yml
@@ -50,7 +50,7 @@ run-integration-test:
     - cd ${CI_PROJECT_DIR} && cp ${CI_PROJECT_DIR}/.ci-scripts/utils/evaluate_designEvaluator_results.py .
     - |
       python3 evaluate_designEvaluator_results.py \
-      --file ${DIR_PROJECTS}/${NAME_AIRCRAFT_TYPE}/${NAME_AIRCRAFT_VERSION}_post/reporting/reportHTML/designEvaluator_report.html \
+      --file ${DIR_DESIGN_EVALUATOR}/design_evaluator_report.html \
       || EXIT_CODE=$?
 
     ## Cleanup
-- 
GitLab