summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/ci/branches/ci_gcc6_tests/.gitlab-ci.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/ci/branches/ci_gcc6_tests/.gitlab-ci.yml b/tools/ci/branches/ci_gcc6_tests/.gitlab-ci.yml
index 009e1c069..d3ee6b015 100644
--- a/tools/ci/branches/ci_gcc6_tests/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_gcc6_tests/.gitlab-ci.yml
@@ -185,8 +185,8 @@ gcc-6_tests_valgrind:
- echo test valgrind
- valgrind -q --read-var-info=yes --track-origins=yes --malloc-fill=11 --free-fill=55 --show-reachable=yes --leak-check=full --leak-resolution=high --partial-loads-ok=yes --error-limit=no ./src/manaplustests 2>logs/valg.log
- grep "invalid" logs/valg.log && exit 1 || true
- <<: *job-push
image: debian:stretch
+ <<: *job-push
variables:
PACKAGES: gcc-6 g++-6
make autoconf automake autopoint gettext
@@ -203,9 +203,8 @@ gcc-6_tests_valgrind_i386:
- echo test valgrind
- valgrind -q --read-var-info=yes --track-origins=yes --malloc-fill=11 --free-fill=55 --show-reachable=yes --leak-check=full --leak-resolution=high --partial-loads-ok=yes --error-limit=no ./src/manaplustests 2>logs/valg.log
- grep "invalid" logs/valg.log && exit 1 || true
- image: vicamo/debian:sid-i386
+ image: i386/debian:stretch
<<: *job-push
- image: debian:stretch
variables:
PACKAGES: gcc-6 g++-6
make autoconf automake autopoint gettext