From 734dea7526a18fadb66fa22b486792be30231635 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Mon, 31 Aug 2020 19:34:00 +0100 Subject: [PATCH] Fix config path --- bin/run_example_ci_configs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/run_example_ci_configs.py b/bin/run_example_ci_configs.py index 91647098..33f54de3 100755 --- a/bin/run_example_ci_configs.py +++ b/bin/run_example_ci_configs.py @@ -64,7 +64,7 @@ services = [ ), CIService( name='gitlab', - src_config_path='gitlab-minimal.yml', + src_config_path='examples/gitlab-minimal.yml', dst_config_path='.gitlab-ci.yml', badge_md='[![Gitlab](https://gitlab.com/joerick/cibuildwheel/badges/{branch}/pipeline.svg)](https://gitlab.com/joerick/cibuildwheel/-/commits/{branch})' ),