From e6d6501f6a48b3db2fda2da2a9bdc49c35912244 Mon Sep 17 00:00:00 2001
From: Martin Weise <martin.weise@tuwien.ac.at>
Date: Thu, 7 Mar 2024 14:35:55 +0000
Subject: [PATCH] Updated stage

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

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