From a82e1d4e573791eae58632fcfec93145404c959f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1n=20Tomko?= Date: Fri, 31 Jul 2020 14:51:00 +0200 Subject: [PATCH] ci: run container jobs right away MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The jobs building containers do not depend on anything. Make this explicit by including the 'needs' keyword in case we need to shuffle around the stages in the future. Signed-off-by: Ján Tomko Reviewed-by: Andrea Bolognani Reviewed-by: Neal Gompa --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e62e2b37b5..9e6618532a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,7 @@ stages: .container_job_template: &container_job_definition image: docker:stable stage: containers + needs: [] services: - docker:dind before_script: