diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-01-30 20:58:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-01-30 20:58:59 +0300 |
commit | af90ba8e7eaf984cb3b218a3a3f297dae2ab591c (patch) | |
tree | 91bd03602c25baf51e72b823f7c00aafe79ccd62 | |
parent | f673fb7bdec273f594b6377384efb762a579f61c (diff) | |
download | plugin-af90ba8e7eaf984cb3b218a3a3f297dae2ab591c.tar.gz plugin-af90ba8e7eaf984cb3b218a3a3f297dae2ab591c.tar.bz2 plugin-af90ba8e7eaf984cb3b218a3a3f297dae2ab591c.tar.xz plugin-af90ba8e7eaf984cb3b218a3a3f297dae2ab591c.zip |
Switch gcc 5 ci test from testing to unstable.s20170306
-rw-r--r-- | .gitlab-ci.yml | 4 |
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 |