Update .gitlab-ci.yml file

This commit is contained in:
Chris Cowley 2024-06-27 09:06:04 +00:00
parent ad637c2396
commit 032e367b53

View file

@ -23,7 +23,7 @@ stages: # List of stages for jobs, and their order of execution
- deploy
variables:
KUBE_CONFIG_PATH: "${HOME}/.kube/config"
KUBE_CONFIG_PATH: "/root/.kube/config"
validate-authentik: # This job runs in the build stage, which runs first.
stage: validate