From b540ec47110399ad99608b6f80dbfe2eadecf040 Mon Sep 17 00:00:00 2001 From: Alexander Schlemmer <alexander@mail-schlemmer.de> Date: Wed, 4 May 2022 16:48:03 +0200 Subject: [PATCH] MAINT: updated profile --- integrationtests/test-profile/profile.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/integrationtests/test-profile/profile.yml b/integrationtests/test-profile/profile.yml index 4cbbe28c..99baa486 100644 --- a/integrationtests/test-profile/profile.yml +++ b/integrationtests/test-profile/profile.yml @@ -21,7 +21,8 @@ default: # extroot: From where files are copied/symlinked. This is a # list of `NAME: PATH` pairs or a single path. extroot: - "": "paths/extroot" + # "": "paths/extroot" + "use_case_simple_presentation": "../use_case_simple_presentation/extroot" # # "base": "/path/to/base/dir" # "other": "/path/to/other" -- GitLab