From 9351da3862d917fde2fd9e2b7d6aea624914b018 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Fri, 21 May 2021 20:00:55 +0200 Subject: [PATCH] ; * test/infra/gitlab-ci.yml: Fix previous commit --- test/infra/gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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: -- 2.39.5