diff --git a/CI/integration_test.py b/CI/integration_test.py index 7a8f307e0..6c0dcb0c5 100644 --- a/CI/integration_test.py +++ b/CI/integration_test.py @@ -63,7 +63,7 @@ def ExtractInfo(execCommand, fileName): root = os.path.dirname(os.path.realpath(__file__)) - execCommand = os.path.join(root, "lib3mf_sdk", "Examples", "CppDynamic", "build", "Example_ExtractInfo") + execCommand = os.path.join(root, "../lib3mf_sdk", "Examples", "CppDynamic", "build", "Example_ExtractInfo") positives = [] negatives = []