From 28ef91f165739768779e50d299ecba6ddb51592d Mon Sep 17 00:00:00 2001 From: "Theisen, Lambert" <lambert.theisen@mathematik.uni-stuttgart.de> Date: Tue, 21 Nov 2023 16:05:45 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 132ad20..99fb12b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,7 @@ # Full project: https://gitlab.com/pages/plain-html pages: stage: deploy + image: alpine:latest environment: production script: - mkdir .public @@ -16,4 +17,4 @@ pages: paths: - public rules: - - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH \ No newline at end of file + - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH -- GitLab