From c1065a671e0de10e023db8cc76892355eea10500 Mon Sep 17 00:00:00 2001
From: Daniel <d.hornung@indiscale.com>
Date: Thu, 3 Mar 2022 16:08:16 +0100
Subject: [PATCH] FIX: Fixing pipeline.

---
 .gitlab-ci.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 37a311d1..6a322e13 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -55,7 +55,6 @@ pylint:
 unittest:
   tags: [ docker ]
   stage: test
-  needs: [ build-testenv ]
   script:
     - touch ~/.pycaosdb.ini
     - make unittest
@@ -97,7 +96,7 @@ build-testenv:
 pages_prepare: &pages_prepare
   tags: [ cached-dind ]
   stage: deploy
-  needs: [ unittest ]
+  needs: [ code_style, pylint, unittest ]
   only:
     refs:
       - /^release-.*$/i
-- 
GitLab