From 7822d9fd8ea6dcce47f0724e38748a2d180d33cb Mon Sep 17 00:00:00 2001 From: Giovanni La Mura <giovanni.lamura@inaf.it> Date: Sun, 24 Dec 2023 19:36:45 +0100 Subject: [PATCH] Add building stage to testing stage needs --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d3c26fb..bcbe59be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -88,6 +88,7 @@ testing_stage: stage: test allow_failure: true needs: + - job: building_stage - job: running_stage dependencies: - building_stage -- GitLab