summaryrefslogtreecommitdiff
path: root/tools/ci/branches/ci_mse/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2020-05-30 02:47:13 +0300
committerAndrei Karas <akaras@inbox.ru>2020-05-30 02:48:04 +0300
commit1b82b409e90e29c96c92f30bdd21b229a4f7ad22 (patch)
treed44ce6b5f27ed9102d728dd5f20842ece92b7e28 /tools/ci/branches/ci_mse/.gitlab-ci.yml
parent64ffd7e887b2a6f236bf7ee7082232045fb91ed1 (diff)
downloadplus-1b82b409e90e29c96c92f30bdd21b229a4f7ad22.tar.gz
plus-1b82b409e90e29c96c92f30bdd21b229a4f7ad22.tar.bz2
plus-1b82b409e90e29c96c92f30bdd21b229a4f7ad22.tar.xz
plus-1b82b409e90e29c96c92f30bdd21b229a4f7ad22.zip
Rename docker image names in ci branches from vicamo to i386
Diffstat (limited to 'tools/ci/branches/ci_mse/.gitlab-ci.yml')
-rw-r--r--tools/ci/branches/ci_mse/.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/ci/branches/ci_mse/.gitlab-ci.yml b/tools/ci/branches/ci_mse/.gitlab-ci.yml
index 8a5a8d585..a75fefb83 100644
--- a/tools/ci/branches/ci_mse/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_mse/.gitlab-ci.yml
@@ -21,7 +21,7 @@ gcc-7_tests_mse_i386:
script:
- ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/gcc7_tests.sh --without-dyecmd --without-manaplusgame --enable-stldebug
- image: vicamo/debian:sid-i386
+ image: i386/debian:unstable
<<: *job-push
variables:
PACKAGES: gcc-7 g++-7
@@ -53,7 +53,7 @@ gcc-7_mse_i386:
- ./tools/ci/jobs/gcc7.sh --enable-stldebug --without-dyecmd
- ./tools/ci/scripts/runtests.sh
<<: *job-push
- image: vicamo/debian:sid-i386
+ image: i386/debian:unstable
variables:
PACKAGES: gcc-7 g++-7
make autoconf automake autopoint gettext
@@ -80,7 +80,7 @@ gcc-7_mse_sdl2_i386:
- ./tools/ci/jobs/gcc7.sh --with-sdl2 --enable-stldebug --without-dyecmd
- ./tools/ci/scripts/runtests.sh
<<: *job-push
- image: vicamo/debian:sid-i386
+ image: i386/debian:unstable
variables:
PACKAGES: gcc-7 g++-7
make autoconf automake autopoint gettext