From 8367d800a842151e72bf782251b9e7cb326d84fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20S=C3=B6derberg?= Date: Thu, 19 Mar 2026 15:27:35 +0100 Subject: [PATCH] Pipelinefix --- .gitlab-ci.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a707f71..eb1e5fe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,11 @@ stages: - - test-and-publish + - Test & Publish -test-and-publish-template: - stage: test-and-publish - image: hashicorp/terraform:latest +"Test & Publish Template": + stage: Test & Publish + image: + name: hashicorp/terraform:latest + entrypoint: [""] variables: TEMPLATE_NAME: "LaTeX"