.gitlab-ci.yml: Allow overriding the default image using a variable
authorSamuel Cabrero <scabrero@suse.de>
Thu, 25 Apr 2019 11:12:42 +0000 (13:12 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 30 Apr 2019 23:18:26 +0000 (23:18 +0000)
commit4f2af93a7fc736f2ef3dfe0dbc8bf8c3a2eb4161
tree0c0b64eb527356054a4ca48c70db12d538fb2c30
parent4dd8db321f19c06db3f7e4eec43cc44c1cc68716
.gitlab-ci.yml: Allow overriding the default image using a variable

This way one can run all tests in a different container without having
to modify the gitlab ci file, just setting the SAMBA_CI_CONTAINER_IMAGE
variable in the gitlab's GUI.

Signed-off-by: Samuel Cabrero <scabrero@suse.de>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
.gitlab-ci.yml