diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 41f5b438af65262f2cbf302e080d9b7ea3499dc4..f57a9bb453c600ba276c9d9d329477e862d44747 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,9 +42,8 @@ test: test-helm: stage: test extends: .helm - before_script: - - helm plugin install https://github.com/helm-unittest/helm-unittest.git script: + - helm plugin install https://github.com/helm-unittest/helm-unittest.git - helm template ./src/main/helm/ -f src/test/helm-linter-values.yaml - helm lint -f src/test/helm-linter-values.yaml ./src/main/helm/ - cd src/main/helm && helm unittest -f '../../test/helm/**/*test.yaml' .