From: Ján Tomko Date: Fri, 31 Jul 2020 12:51:00 +0000 (+0200) Subject: ci: run container jobs right away X-Git-Tag: v6.7.0-rc1~604 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a82e1d4e573791eae58632fcfec93145404c959f;p=thirdparty%2Flibvirt.git ci: run container jobs right away 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 --- 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: