diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0c566e0de..3fb780e02 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -616,6 +616,8 @@ gcc-5_sanitize: - ./tools/ci/jobs/gcc5_sanitize.sh image: debian:unstable <<: *job-artifacts + tags: + - docker gcc-6_sanitize: stage: build @@ -623,6 +625,8 @@ gcc-6_sanitize: - ./tools/ci/jobs/gcc6_sanitize.sh image: debian:unstable <<: *job-artifacts + tags: + - docker gcc-6_sanitize_i386: stage: build |