From 55dc2fe5025df8296cc172c42ed490c770a12c27 Mon Sep 17 00:00:00 2001
From: teplyakov <teolyakov@perx.ru>
Date: Tue, 25 Mar 2025 11:03:26 +0300
Subject: [PATCH] feat: AUTO-3948 Fix upload errors

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9bba240..f428a4b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,6 +19,8 @@ upload:
 
 pages:
   stage: pages
+  needs:
+    - job: upload
   script:
     - apk add gcc linux-headers musl-dev
     - pip install -r requirements-docs.txt
-- 
GitLab