diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 097d784..31652d7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,6 +15,7 @@ stages: lint: stage: test script: + - helm dependency update - helm lint . allow_failure: true