bootstrap/.gitlab-ci.yml: make sure we force gitlab.com runners for now
[metze/samba-autobuild/.git] / bootstrap / .gitlab-ci.yml
index 5f79ac1fbf280fd8a4c79f569cdd31e3a5290f46..1a8376daa4c403726d9ebfc60efb4aa1a5f37bd7 100644 (file)
@@ -5,8 +5,12 @@ services:
   image: docker:latest
   stage: images
   tags:
+    # We need to make sure we only use gitlab.com
+    # runners and not our own runners, as our current runners
+    # don't allow 'docker build ...' to run.
     - docker
     - gce
+    - shared
   variables:
     SAMBA_CI_IS_BROKEN_IMAGE: "no"
     SAMBA_CI_TEST_JOB: "samba-o3"