diff --git a/puppet-module-pipeline.yaml b/puppet-module-pipeline.yaml index a78a54b2b14c4d96dacd0f79388b121c740fcecf..aaccf15cf93153fad9aa79008aefeb957183c89b 100644 --- a/puppet-module-pipeline.yaml +++ b/puppet-module-pipeline.yaml @@ -17,8 +17,8 @@ variables: pdk-validate: stage: puppet - image: - name: puppet/pdk:3.2.0.1 + image: &PDK + name: puppet/pdk:3.2.0.0 pull_policy: if-not-present before_script: &pdk-workaround - | @@ -91,9 +91,7 @@ pdk-validate: pdk-test-unit: stage: puppet - image: - name: puppet/pdk:3.2.0.1 - pull_policy: if-not-present + image: *PDK before_script: *pdk-workaround script: - sed -i "s|git@gitlab.it.liu.se:|https://gitlab+deploy-token-30:$gitlab_deploy_token_30@gitlab.it.liu.se/|g" .fixtures.yml @@ -141,9 +139,7 @@ pdk-test-unit: puppet-strings: stage: deploy - image: - name: puppet/pdk:3.2.0.1 - pull_policy: if-not-present + image: *PDK before_script: *pdk-workaround script: - pdk bundle exec rake strings:generate:reference