aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2018-06-12 14:56:57 +0200
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2018-06-12 14:56:57 +0200
commitd4dd162526c47c2d5fc99423409a25e49473dc15 (patch)
tree7104269cff61cbebd2ea61dc668cf74bdf8c832f /.gitlab-ci.yml
parent7e7aa7491e3743abe858c1be6b77bd9a986d4297 (diff)
[ci] Require runner `docker` tag on `docker-boot` job.
Not all runners are equipped with docker services, thus we must add a hard dependency on the `docker` tag for our Docker job.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0bc67dfcc..06db0b7b7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,6 +31,8 @@ docker-boot:
except:
variables:
- $SKIP_DOCKER == "true"
+ tags:
+ - docker
before_script:
- cat /proc/{cpu,mem}info || true