From a9b0df17608746b8f28c2f67b905950467eb8737 Mon Sep 17 00:00:00 2001
From: Konrad Botor <kbotor@syncad.com>
Date: Wed, 2 Oct 2024 10:07:52 +0200
Subject: [PATCH] Made sync job dependent on download_await job since it uses
 await

---
 .gitlab-ci.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yaml b/.gitlab-ci.yaml
index 5416800b7..393d53e99 100644
--- a/.gitlab-ci.yaml
+++ b/.gitlab-ci.yaml
@@ -343,6 +343,8 @@ sync:
       artifacts: true
     - job: prepare_hivemind_image
       artifacts: true
+    - job: download_await
+      artifacts: false 
   when: on_success
   services:
     - name: $HAF_IMAGE_NAME
-- 
GitLab