diff options
Diffstat (limited to 'tools/ci/branches/ci_gcc3/.gitlab-ci.yml')
-rw-r--r-- | tools/ci/branches/ci_gcc3/.gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/ci/branches/ci_gcc3/.gitlab-ci.yml b/tools/ci/branches/ci_gcc3/.gitlab-ci.yml index 4c3d14b2b..82b58be9b 100644 --- a/tools/ci/branches/ci_gcc3/.gitlab-ci.yml +++ b/tools/ci/branches/ci_gcc3/.gitlab-ci.yml @@ -21,6 +21,7 @@ gcc-3_sdl1: script: - ./tools/ci/jobs/gcc3.sh - ./tools/ci/scripts/runtests.sh + - ./tools/ci/scripts/rundyecmd.sh image: registry.gitlab.com/manaplus/images:gentoo_gcc3_sdl1 <<: *job-push variables: @@ -34,6 +35,7 @@ gcc-3_sdl2: script: - ./tools/ci/jobs/gcc3.sh --with-sdl2 - ./tools/ci/scripts/runtests.sh + - ./tools/ci/scripts/rundyecmd.sh image: registry.gitlab.com/manaplus/images:gentoo_gcc3_sdl2 <<: *job-push variables: |