diff options
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 248c52ec5..afbf7eab6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -437,7 +437,8 @@ gcc-7_sanitize_doctest_tests_i386: tags: - docker -gcc-7_sanitize_i386: +# too slow for one thread, with two threads rundom out of memory issue +.gcc-7_sanitize_i386: stage: build script: - ./tools/ci/jobs/gcc7_sanitize.sh |