diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b940b433e30..9d596372df8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,9 +39,9 @@ include: .shared_template: variables: AUTOBUILD_JOB_NAME: $CI_JOB_NAME - # We use the ubuntu1404 image as default as - # it matches what we have on sn-devel-144. - image: $SAMBA_CI_CONTAINER_IMAGE_ubuntu1404 + # We use the ubuntu1804 image as default as + # it matches what we have on sn-devel-184. + image: $SAMBA_CI_CONTAINER_IMAGE_ubuntu1804 stage: build tags: - docker |