From b81a3eadf8eafac4a2ad7fb144c557486747d950 Mon Sep 17 00:00:00 2001 From: teplyakov <teolyakov@perx.ru> Date: Mon, 24 Mar 2025 17:46:04 +0300 Subject: [PATCH] feat: AUTO-3948 Fix upload errors --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ea7bda2..c9080e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,7 @@ upload: pages: stage: upload + needs: ["upload"] script: - apk add gcc linux-headers musl-dev - pip install -r requirements-docs.txt -- GitLab