diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-03-07 22:33:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-03-07 22:33:49 +0300 |
commit | a31e087ea526edf346e4e51c11f15065f067e1c2 (patch) | |
tree | d195733700655077a4ae790a60c34f5d9a10793d | |
parent | 28c874cab7e1b272bf111150f691d6348fae1f2a (diff) | |
download | paranucker-a31e087ea526edf346e4e51c11f15065f067e1c2.tar.gz paranucker-a31e087ea526edf346e4e51c11f15065f067e1c2.tar.bz2 paranucker-a31e087ea526edf346e4e51c11f15065f067e1c2.tar.xz paranucker-a31e087ea526edf346e4e51c11f15065f067e1c2.zip |
Switch to ubuntu:cosmic in ci builds due using gcc-5
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3bf14c9..e84f056 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: job1: stage: build - image: debian:unstable + image: ubuntu:cosmic script: - ./ci/install.sh - ./build.sh |