From 919326d155de895232a4534adbfdfaf141fa8eb6 Mon Sep 17 00:00:00 2001 From: nguyed99 <nguyed99@zedat.fu-berlin.de> Date: Mon, 29 Jan 2024 22:59:21 +0100 Subject: [PATCH] ha wrong stage name --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 26bb79a..f47f796 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ test-tasks: - poetry run pytest tasks/tests/ pages: - stage: deploy + stage: build-page script: - echo 'Nothing to do but build a website...' artifacts: -- GitLab