* test/infra/test-jobs-generator.sh: Generate also stages entry.

This commit is contained in:
Michael Albinus 2021-11-20 21:50:20 +01:00
parent 33e994415d
commit 64fc94b11e

View file

@ -56,6 +56,9 @@ for subdir in $SUBDIRS; do
include:
- local: '/test/infra/default-gitlab-ci.yml'
stages:
- test
EOF
cat <<EOF