From d41fc3afa3748b412baf2ea58092f37b33ff26f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Thu, 18 Mar 2021 14:38:11 +0100 Subject: [PATCH] Fix path for Helm linting --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1b3d0cb40..15d29f4e4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ lint-helm: entrypoint: [""] tags: - exec-docker - script: helm lint execution/helm/theodolite-chart/ + script: helm lint execution/helm/ # Theodolite Benchmarks -- GitLab