diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5a20b61..44d4347 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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