project.repository.create_file(user,project.ci_config_path_or_default,'Default Content',message: 'Create CI file for main',branch_name: default_branch)
project.repository.create_file(user,project.ci_config_path_or_default,'Other Content',message: 'Create CI file for test',branch_name: other_branch)