]> git.eshelyaron.com Git - emacs.git/commitdiff
; * test/infra/gitlab-ci.yml: Fix previous commit
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 21 May 2021 18:00:55 +0000 (20:00 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 21 May 2021 18:00:55 +0000 (20:00 +0200)
test/infra/gitlab-ci.yml

index edaa24cd4ed43dc795985af577178e99a9f32071..cd059fd990cad91ce81da0ef3eeb40e230c20a2e 100644 (file)
@@ -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: