summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJoe Guo <joeg@catalyst.net.nz>2019-05-03 14:21:24 +1200
committerAndrew Bartlett <abartlet@samba.org>2019-05-05 22:07:19 +0000
commit051af0025cc30e56760e6a1cd2a747c01c7131a2 (patch)
tree0e41401736d245b7f7e69650b05ab88679489e51 /.gitlab-ci.yml
parentabf5d7d7e15becfba927f8b85ecd9bc46939d8fb (diff)
downloadsamba-051af0025cc30e56760e6a1cd2a747c01c7131a2.tar.gz
bootstrap: add lcov to generate code coverage report
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bff0e089058..6b08628729e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,7 +19,7 @@ variables:
# Set this to the contents of bootstrap/sha1sum.txt
# which is generated by bootstrap/template.py --render
#
- SAMBA_CI_CONTAINER_TAG: 4cc4709edd40e4e7c64f9eb255f953eed7924b1f
+ SAMBA_CI_CONTAINER_TAG: 2be76362af215af6842e884abd5246dd9b50c283
# We use the ubuntu1804 image as default as
# it matches what we have on sn-devel-184.
SAMBA_CI_CONTAINER_IMAGE: ubuntu1804