From ae1bab0a16709c57ddf75a0bce8baf9fa221617d Mon Sep 17 00:00:00 2001
From: Martin Weise <martin.weise@tuwien.ac.at>
Date: Mon, 3 Mar 2025 18:24:45 +0100
Subject: [PATCH] Removed the stage

Signed-off-by: Martin Weise <martin.weise@tuwien.ac.at>
---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5e1bd497a5..77ed03fcb1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,7 +33,6 @@ cache:
 stages:
   - lint
   - build
-  - deploy
   - test
   - docs
   - release
-- 
GitLab