From 60ec235c629f1c54849f76e532a2d1736ad1e960 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 18 Jan 2017 06:24:42 +0300 Subject: Add into .gitlab-ci.yml missing docker tag for sanitize builds. --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3-60-g2f50