From 7b66e2a2f9a0d0898b1bb15993cb44b5923189a1 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 c9f923b4e..5a074d945 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