diff options
Diffstat (limited to 'tools/ci/branches/ci_main1/.gitlab-ci.yml')
-rw-r--r-- | tools/ci/branches/ci_main1/.gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/ci/branches/ci_main1/.gitlab-ci.yml b/tools/ci/branches/ci_main1/.gitlab-ci.yml index 4c8bfec4a..cf79ba9f9 100644 --- a/tools/ci/branches/ci_main1/.gitlab-ci.yml +++ b/tools/ci/branches/ci_main1/.gitlab-ci.yml @@ -42,8 +42,8 @@ variables: expire_in: 3 week dependencies: [] -# too slow for one thread, with two threads rundom out of memory issue -gcc-7_sanitize_i386: +# crash in config tests +.gcc-7_sanitize_i386: stage: build script: - ./tools/ci/jobs/gcc7_sanitize.sh |