use lab runner

This commit is contained in:
Chris Cowley 2024-06-27 11:42:44 +02:00
parent 2f55612d40
commit 18a08d623b

View file

@ -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'