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: ...@@ -6,7 +6,6 @@ variables:
GIT_LFS_SKIP_SMUDGE: 1 # Disable LFS by default GIT_LFS_SKIP_SMUDGE: 1 # Disable LFS by default
puppet-lint: puppet-lint:
tags: [puppet]
stage: puppet stage: puppet
image: ananace/puppetlint:latest-checks image: ananace/puppetlint:latest-checks
script: script:
...@@ -19,7 +18,6 @@ puppet-lint: ...@@ -19,7 +18,6 @@ puppet-lint:
manifests manifests
puppet-parser: puppet-parser:
tags: [puppet]
stage: puppet stage: puppet
image: ananace/puppetlint:latest image: ananace/puppetlint:latest
script: script:
...@@ -35,7 +33,6 @@ puppet-parser: ...@@ -35,7 +33,6 @@ puppet-parser:
metadata.json metadata.json
ruby: ruby:
tags: [puppet]
stage: puppet stage: puppet
image: ruby:alpine image: ruby:alpine
script: 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