From 628ea5ed0a36b3f006f33f2ffe60b72514f572f5 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Fri, 13 Nov 2020 02:37:29 -0500 Subject: [PATCH] 0.1.23-DEV-20201113-023744 -------------------------- * MODIFY: - gitlab ci runner testing with kubernetes; specified image --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d14cc13..38dd032 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,6 +13,9 @@ # CI_PROJECT_DIR The full path where the repository is cloned and where the build is ran +image: docker.thezengarden.net/zen-ci:latest + + variables: ANSIBLE_PLAY: "zen_dhcpd.yml" ANSIBLE_PLAY_PATH: "${CI_PROJECT_DIR}" @@ -27,7 +30,7 @@ stages: ### BEGIN TEMPLATES ### .tags_template: &tags_template tags: - - zen-ci + - kubernetes .header_template: &header