From 3d2aedb3d7ea8b750b78b179c243112860fae6dc Mon Sep 17 00:00:00 2001
From: Alex Iribarren <Alex.Iribarren@cern.ch>
Date: Mon, 17 May 2021 17:46:25 +0200
Subject: [PATCH] Make the trigger job wait

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c511541..9e64956 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -166,6 +166,7 @@ tests:
     include:
       - artifact: child-tests.yml
         job: merge_docker
+    strategy: depend
 
 tag_latest:
   stage: tag_docker
-- 
GitLab