From 6e5466a4ecd3e1a2f592483ca411fc2c7f2dfe95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 19 Nov 2020 01:12:29 +0100 Subject: [PATCH] ci: Explicitly specify job dependencies We can speed up CI a bit by allowing build jobs to run in parallel with review jobs. See https://gitlab.gnome.org/help/ci/yaml/README.md#needs for details. Part-of: --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 42136326..3752c579 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,6 +46,7 @@ eslint: build-bundles: stage: build + needs: [] script: - ./export-zips.sh <<: *only_default