GitLab CI: Move Container build under rpmbuild stage

so taht it can be running in parallel instead of blocking all of
the other test jobs in the pipeline.
This commit is contained in:
Alexander Todorov 2021-06-01 12:53:02 +03:00 committed by Alexander Todorov
parent 0d04ab9752
commit 9a4b5763e9

View file

@ -1,7 +1,6 @@
stages:
- init
- rpmbuild
- containerbuild
- test
- finish
@ -49,7 +48,7 @@ RPM:
INTERNAL_NETWORK: ["true"]
Container:
stage: containerbuild
stage: rpmbuild
extends: .terraform
variables:
EXTRA_REPO_PATH_SEGMENT: "gitlab/"