From b6b2a9b39b07dbd820e17f30b76343a1c3667347 Mon Sep 17 00:00:00 2001 From: Winston Smith Date: Tue, 28 Feb 2023 17:44:51 +0100 Subject: [PATCH] chore: add need statement to gitlabci/render_pptx --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c1fabae..ba91a16 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,6 +42,7 @@ render_pdf: - if: $CI_COMMIT_BRANCH =~ /^make/ render_ppt: + needs: [render_pdf] environment: $CI_COMMIT_BRANCH stage: build when: manual @@ -77,4 +78,3 @@ pages: - public rules: - if: $CI_COMMIT_BRANCH =~ /^make/ -