Splitting configuration will not work

i have set the follow rule in my map intergrations in the file automations.yaml.

automation split: !include_dir_merge_list …/automations

what am I doing wrong here?.

# This handles the loading of my automations
#
# https://www.home-assistant.io/docs/automation/
#

automation: !include …/automations.yaml
automation split: !include_dir_list …/automations/test
automation split: !include_dir_merge_list …/automations

Three dots? Why three dots? That would also take it out of the config folder, which is unlikely to be what you really want