Fix config path

This commit is contained in:
Joe Rickerby
2020-08-31 19:34:00 +01:00
parent 188eaa8a93
commit 734dea7526
+1 -1
View File
@@ -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})'
),