From ac4e28ad612389511721b572d99c8959c8b33b1a Mon Sep 17 00:00:00 2001 From: Frederik Hennig <frederik.hennig@fau.de> Date: Wed, 5 Feb 2025 09:57:28 +0100 Subject: [PATCH] nonsense script --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7d1b0c9..3398c96 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,8 @@ stages: pages: image: alpine:latest stage: deploy + script: + echo "nothing" artifacts: paths: - public -- GitLab