From f32d396a59890064325b4971b749f127685d8cba Mon Sep 17 00:00:00 2001
From: Kalin Daskalov <kalin.daskalov@vereign.com>
Date: Tue, 11 Jun 2024 15:40:31 +0300
Subject: [PATCH] chore: Update .gitlab-ci.yml to set RUNNER_TAG to hetzner

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2e9d49e..1735dfe 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,7 @@ include:
     file: 'go-template.yml'
 
 variables:
-  RUNNER_TAG: amd64-docker
+  RUNNER_TAG: hetzner
   GO_VERSION: 1.22.4
   GOLANGCI_LINT_VERSION: latest
 
-- 
GitLab