From 97ffb6630611d7f925a703333f0d984caa872f7b Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Sun, 16 Feb 2020 13:11:03 +0100 Subject: [PATCH] Make clients stage execute out-of-order --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0b7332e0b..a328c0309 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -87,6 +87,7 @@ cache: build-openapi-clients: stage: clients + needs: [] only: refs: - master