diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e63a98f..79b498e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,17 +69,17 @@ stages: ### BEGIN JOBS ### -Check Versioning Info:7: +Check Versioning Info: <<: *zen_ci_deb_template <<: *check_version_template -Lint_Playbook:7: +Lint_Playbook: <<: *zen_ci_deb_template <<: *lint_playbook_template -Test_Deploy:7: +Test_Deploy: <<: *zen_ci_deb_template <<: *test_deploy_template ### END JOBS ###