diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 700d1e509..109a8936a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -118,6 +118,7 @@ gcc-6: - ./tools/ci/jobs/gcc6.sh - ./tools/ci/scripts/runtests.sh - ./tools/ci/scripts/rundyecmd.sh + image: debian:stretch <<: *job-push variables: PACKAGES: gcc-6 g++-6 @@ -148,6 +149,7 @@ gcc-6_default: - ./tools/ci/jobs/any_compiler.sh --enable-werror - ./tools/ci/scripts/runtests.sh - ./tools/ci/scripts/rundyecmd.sh + image: debian:stretch <<: *job-push variables: LOGFILE: gcc6.log |