From 723a7bf68ded6890c46fc9b37e18822439baa13c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Tue, 29 Jun 2021 16:10:09 +0200 Subject: [PATCH] Fix Helm directory --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bfac4f84e..4fd4d9ea3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ lint-helm: entrypoint: [""] tags: - exec-docker - script: helm lint execution/helm/ + script: helm lint helm/ # Theodolite Benchmarks -- GitLab