From 1adabf6ace1a4ef5c2951aebc8019f19545b9bd1 Mon Sep 17 00:00:00 2001 From: morph027 Date: Thu, 18 Jan 2024 16:01:03 +0100 Subject: [PATCH] ci: try to fix repo pipeline step Signed-off-by: morph027 --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7e3b5c1..963a489 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -177,6 +177,7 @@ test-update-tag: repo-tag: <<: [*repo] needs: + - gitea-amd64-tag - test-install-tag - test-update-tag only: @@ -185,6 +186,7 @@ repo-tag: repo-trigger: <<: [*repo] needs: + - gitea-amd64-trigger - test-install-trigger - test-update-trigger only: