--- default: image: fabcityhamburg/k8s-tools stages: - test - build lint.yaml: stage: test script: - yamllint -f auto . lint.kustomize.dev: stage: build script: - kubectl kustomize overlays/dev --enable-helm >/dev/null lint.kustomize.prod: stage: build script: - kubectl kustomize overlays/prod --enable-helm >/dev/null