summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-01-30 20:58:59 +0300
committerAndrei Karas <akaras@inbox.ru>2017-01-30 20:58:59 +0300
commitaf90ba8e7eaf984cb3b218a3a3f297dae2ab591c (patch)
tree91bd03602c25baf51e72b823f7c00aafe79ccd62
parentf673fb7bdec273f594b6377384efb762a579f61c (diff)
downloadevol-hercules-af90ba8e7eaf984cb3b218a3a3f297dae2ab591c.tar.gz
evol-hercules-af90ba8e7eaf984cb3b218a3a3f297dae2ab591c.tar.bz2
evol-hercules-af90ba8e7eaf984cb3b218a3a3f297dae2ab591c.tar.xz
evol-hercules-af90ba8e7eaf984cb3b218a3a3f297dae2ab591c.zip
Switch gcc 5 ci test from testing to unstable.s20170306
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0dcbacd..8e818b3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -160,11 +160,11 @@ gcc-4.8_stable_lto-sanitize:
- ./tools/ci/jobs/gcc48.sh --enable-werror --enable-lto --enable-sanitize
image: debian:stable
-gcc-5_testing_lto-sanitize:
+gcc-5_unstable_lto-sanitize:
stage: legacy
script:
- ./tools/ci/jobs/gcc5.sh --enable-werror --enable-lto --enable-sanitize
- image: debian:testing
+ image: debian:unstable
# reports