ci: update gitlab ubuntu image

* .gitlab-ci.yml (image): Replace "ubuntu:17.10" with "ubuntu:18.04".
This commit is contained in:
Дмитрий Левин 2018-08-19 10:26:18 +00:00
parent 7b0d371b3f
commit 9725de9c22

View File

@ -1,4 +1,4 @@
image: "ubuntu:17.10"
image: "ubuntu:18.04"
before_script:
- ci/install-dependencies.sh