gitlab-ci.yml: Move build-tools-and-docs-debian to a better place
commitdd188e41847ced8f49c9ab6bb392e39456690f63
authorThomas Huth <thuth@redhat.com>
Thu, 11 Mar 2021 14:22:08 +0000 (11 15:22 +0100)
committerThomas Huth <thuth@redhat.com>
Fri, 12 Mar 2021 14:46:30 +0000 (12 15:46 +0100)
tree515cd6989c987ddc1b99dbdf24d510520460bb17
parent3b472e71d50fe33f2e0dfdd447dde5910ddf0761
gitlab-ci.yml: Move build-tools-and-docs-debian to a better place

The "build-tools-and-docs-debian" job had been added in between
the "check-system-debian" and the "accepance-system-debian" jobs
and thus separates the jobs that belong together. Move it away,
to the end of the file, next to the "pages" job that depends on it.
And while we're at it, also add a proper "needs:" line to the
job so that it can be started as soon as possible instead of always
waiting for the previous stage to finish.

Message-Id: <20210311142211.1547864-2-thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
.gitlab-ci.yml