gitlab-ci: always run the containers build
authorEric Engestrom <eric.engestrom@intel.com>
Fri, 22 Feb 2019 15:52:08 +0000 (15:52 +0000)
committerEric Engestrom <eric.engestrom@intel.com>
Tue, 26 Feb 2019 12:02:14 +0000 (12:02 +0000)
commit7f5d9c27579aec3eefe6a48eec5c3b25c1443439
treecc11de032f7ef32fbc83d7b4ed3ae0f071a1f3b8
parent40a82e6463f2686b262cdb1dad067646c47d4469
gitlab-ci: always run the containers build

If the first time a fork was created, the job creating the containers was
manually cancelled, this would have left the fork unable to use the CI
(until the next automatic regeneration of the container).

Avoid this by always running the container-generation job, even though
99% of the time it will spin up, see that the container exists and shut
down.

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
.gitlab-ci.yml