mdubourg001 / glci

🦊 Test your Gitlab CI Pipelines changes locally using Docker.
568 stars 17 forks source link

fix: use path.join for local include file #7

Closed weyert closed 3 years ago

weyert commented 3 years ago

Fixes the issue were you can't use .gitlab/base.yml as file in a local-block. The use of path.join() should add the appropriate path separator

fixes #2