From ecdff0572d05bf9c714d41c662f2d8815fa7a29e Mon Sep 17 00:00:00 2001
From: Jithu Murugan <j.murugan@fz-juelich.de>
Date: Mon, 24 Feb 2025 10:47:59 +0100
Subject: [PATCH] - Corrected the job sequence within the test stage.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7adc146..f35ffbb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -51,6 +51,7 @@ integration_tests:
   script:
     - coverage run s --tb=short --junitxml=test-results.xml -m pytest ./dedal/tests/integration_tests
     - coverage xml -o coverage_integration.xml
+  needs: ["unit_tests"]
   artifacts:
     paths:
       - coverage_integration.xml
-- 
GitLab