From 2a3daade92a241a5199d9b3eb5ad375575f84b2a Mon Sep 17 00:00:00 2001 From: florian <f.spreckelsen@inidscale.com> Date: Wed, 18 May 2022 09:42:26 +0200 Subject: [PATCH] FIX: Adapt path in test profile --- integrationtests/test-profile/profile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrationtests/test-profile/profile.yml b/integrationtests/test-profile/profile.yml index 99baa486..3c2453db 100644 --- a/integrationtests/test-profile/profile.yml +++ b/integrationtests/test-profile/profile.yml @@ -22,7 +22,7 @@ default: # list of `NAME: PATH` pairs or a single path. extroot: # "": "paths/extroot" - "use_case_simple_presentation": "../use_case_simple_presentation/extroot" + "use_case_simple_presentation": "../test_data/extroot/use_case_simple_presentation/extroot" # # "base": "/path/to/base/dir" # "other": "/path/to/other" -- GitLab