From 18e20ffdb890111a038bc7add7ff1fa53ab0e3a9 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Sun, 11 Jan 2026 15:12:57 -0600 Subject: [PATCH] update runner --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 84194fd9..4892488f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,8 +13,8 @@ workflow: build: stage: build interruptible: true - # tags: - # - gitlabrunner + tags: + - vntx image: docker:27 services: - docker:27-dind @@ -39,8 +39,8 @@ build: deploy: stage: deploy needs: ["build"] - # tags: - # - gitlabrunner + tags: + - vntx image: name: bitnami/kubectl:latest entrypoint: [""]