summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bc028da5f..c45c90124 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -66,7 +66,7 @@ gcc-8-i386:
- ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/gcc8.sh
- ./tools/ci/scripts/runtests.sh
- image: i386/debian:unstable
+ image: i386/debian:buster
<<: *job-push
variables:
PACKAGES: gcc-8 g++-8
@@ -150,6 +150,7 @@ gcc-8:
- ./tools/ci/jobs/gcc8.sh
- ./tools/ci/scripts/runtests.sh
- ./tools/ci/scripts/rundyecmd.sh
+ image: debian:buster
<<: *job-push
variables:
PACKAGES: gcc-8 g++-8
@@ -276,6 +277,7 @@ gcc-8_unittestsbin:
script:
- ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/gcc8_silent.sh --enable-unittestsbin --without-manaplusgame --without-dyecmd
+ image: debian:buster
<<: *job-push
variables:
PACKAGES: gcc-8 g++-8