; * test/infra/gitlab-ci.yml: Fix previous commit
This commit is contained in:
parent
5fbbcdea2b
commit
9351da3862
1 changed files with 7 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue