From aa551db066a7a71af5c179907115b75259144efe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Cerveau?= Date: Fri, 22 Sep 2023 14:18:45 +0200 Subject: [PATCH] ci: update macos job to start build earlier --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0c9f288..0446714 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -227,6 +227,9 @@ flatpak: macos installer stable: stage: test + needs: + - job: "windows rust docker stable" + artifacts: false tags: - gst-macos-11.1 before_script: @@ -282,4 +285,3 @@ pages: # This ensures that only pushes to the default branch will trigger # a pages deploy - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH -