From 62a7686ab81024e6536926e433725ee551719736 Mon Sep 17 00:00:00 2001
From: Andreas Romeyke <andreas.romeyke@slub-dresden.de>
Date: Mon, 18 Nov 2024 10:57:06 +0100
Subject: [PATCH] - fixed stages

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cf47ccc..52aef69 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,6 +2,7 @@ stages:          # List of stages for jobs, and their order of execution
   - build
   - pretest
   - unittest
+  - install
   - secret_detection
 
 variables:
@@ -86,7 +87,7 @@ perl-quality-test-job:   # This job runs in the test stage.
       - build-env-job
 
 install:
-  stage: build
+  stage: install
   timeout: 30m
   tags:
     - "docker"
-- 
GitLab