summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-06-23 23:45:53 +0300
committerAndrei Karas <akaras@inbox.ru>2016-06-23 23:45:53 +0300
commitefa94494536fc459819d31296ccc9a3e309f6673 (patch)
treef0f13bd49f5440d8c4072664150faa96200b3b42 /.gitlab-ci.yml
parent4b0886d1e3c2a164bd1b36ba8c2861a0b3305647 (diff)
downloadevol-hercules-efa94494536fc459819d31296ccc9a3e309f6673.tar.gz
evol-hercules-efa94494536fc459819d31296ccc9a3e309f6673.tar.bz2
evol-hercules-efa94494536fc459819d31296ccc9a3e309f6673.tar.xz
evol-hercules-efa94494536fc459819d31296ccc9a3e309f6673.zip
Add debian stable for gcc 4.8 ci build.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eb15ad3..791bcbe 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,7 @@ gcc-4.8:
stage: build
script:
- ./tools/ci/jobs/gcc48.sh --enable-werror
- image: debian:unstable
+ image: debian:stable
gcc-4.9:
stage: build