From e776a9f99b327c3bf034dd31b151521baab1a9a4 Mon Sep 17 00:00:00 2001 From: Luke Date: Thu, 3 Feb 2022 03:58:00 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c65edf1..f6fce5a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,9 +13,9 @@ stages: - lint_helm - deploy -lint_helm_on_merge_request: +lint_helm: image: alpine/helm - stage: lint_python + stage: lint_helm script: - echo "Linting Helm chart" - helm lint ./helm @@ -24,7 +24,7 @@ lint_helm_on_merge_request: - helm/* -lint_python_on_merge_request: +lint_python: image: python:alpine stage: lint_python script: