diff options
author | Emilio Jesus Gallego Arias <e+git@x80.org> | 2018-06-12 14:56:57 +0200 |
---|---|---|
committer | Emilio Jesus Gallego Arias <e+git@x80.org> | 2018-06-12 14:56:57 +0200 |
commit | d4dd162526c47c2d5fc99423409a25e49473dc15 (patch) | |
tree | 7104269cff61cbebd2ea61dc668cf74bdf8c832f | |
parent | 7e7aa7491e3743abe858c1be6b77bd9a986d4297 (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.
-rw-r--r-- | .gitlab-ci.yml | 2 |
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 |