From: Michael Albinus Date: Fri, 21 May 2021 18:00:55 +0000 (+0200) Subject: ; * test/infra/gitlab-ci.yml: Fix previous commit X-Git-Tag: emacs-28.0.90~2369 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9351da3862d917fde2fd9e2b7d6aea624914b018;p=emacs.git ; * test/infra/gitlab-ci.yml: Fix previous commit --- diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml index edaa24cd4ed..cd059fd990c 100644 --- a/test/infra/gitlab-ci.yml +++ b/test/infra/gitlab-ci.yml @@ -110,6 +110,13 @@ default: - test -n "$(docker ps -aq -f name=${test_name})" && docker cp ${test_name}:checkout/test ${test_name} - test -n "$(docker ps -aq -f name=${test_name})" && docker rm ${test_name} +# We must declare it here, because it is used in .build-template. +prep-image-base: + stage: prep-images + extends: [.job-template, .build-template] + variables: + target: emacs-base + .build-template: needs: [prep-image-base] rules: