Skip to content
Snippets Groups Projects
Commit 4afa1edd authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

Fix CI pipeline to work with shared runner

parent 6ff6c7af
No related branches found
No related tags found
1 merge request!22Clean up module after migration and rename
Pipeline #3746 passed
......@@ -6,7 +6,6 @@ variables:
GIT_LFS_SKIP_SMUDGE: 1 # Disable LFS by default
puppet-lint:
tags: [puppet]
stage: puppet
image: ananace/puppetlint:latest-checks
script:
......@@ -19,7 +18,6 @@ puppet-lint:
manifests
puppet-parser:
tags: [puppet]
stage: puppet
image: ananace/puppetlint:latest
script:
......@@ -35,7 +33,6 @@ puppet-parser:
metadata.json
ruby:
tags: [puppet]
stage: puppet
image: ruby:alpine
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment