From 7d2916b1391c151d10b7487b1a75d76f5e04dfe6 Mon Sep 17 00:00:00 2001
From: Stefan Schmidt <stefan.schmidt@huawei.com>
Date: Thu, 30 Mar 2023 13:56:17 +0200
Subject: [PATCH] CI: fix job and artifact dependency after build optimization

The oniro toolchain is now in the toolchain job and now
longer part of the build job artifacts. Update dependencies
acordingly to let CI pass.

Signed-off-by: Stefan Schmidt <stefan.schmidt@huawei.com>
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ec2ce500..b040402f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -535,7 +535,7 @@ ohos:
       optional: true
     - job: ohos_fetch
       artifacts: true
-    - job: build
+    - job: toolchain
       artifacts: true
   parallel:
     matrix:
-- 
GitLab