From 18a08d623b0e894f50aefc58dca790b950108529 Mon Sep 17 00:00:00 2001 From: Chris Cowley <1736762+chriscowley@users.noreply.github.com> Date: Thu, 27 Jun 2024 11:42:44 +0200 Subject: [PATCH] use lab runner --- .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1126caf..7696ec6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,6 +28,10 @@ variables: validate-authentik: # This job runs in the build stage, which runs first. stage: validate + tags: + - k3s + - ccowley + - lab before_script: - wget https://github.com/opentofu/opentofu/releases/download/v1.7.2/tofu_1.7.2_amd64.apk -O /tmp/tofu_1.7.2_amd64.apk - apk add --allow-untrusted '/tmp/tofu_1.7.2_amd64.apk' @@ -36,4 +40,4 @@ validate-authentik: # This job runs in the build stage, which runs first. script: - cd authentik/ - tofu init - - tofu validate \ No newline at end of file + - tofu validate