From 12f8c500fab8d088f86338db229f9d284570cee7 Mon Sep 17 00:00:00 2001
From: Martin Weise <martin.weise@tuwien.ac.at>
Date: Thu, 7 Mar 2024 14:59:12 +0000
Subject: [PATCH] Last attempt with stage

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8cae750528..f88fc36ad2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,7 +19,7 @@ cache:
 stages:
 #  - build
 #  - test
-  - docs
+#  - docs
   - release
 #  - scan
 
@@ -471,7 +471,7 @@ stages:
 #    - python3 .docs/docker/release.py
 
 docs-docs:
-  stage: docs
+  stage: release
   image: docker.io/python:3.11-slim
   only:
     refs:
-- 
GitLab