From 8d446bbb97061823fe8616788c84d784940298f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr> Date: Sat, 19 Oct 2019 15:43:47 +0200 Subject: [PATCH] CI: ajout le tag manquant. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9bbe338..9806adf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,5 +3,6 @@ stages: build: image: gitlab-registry.irstea.fr/pole-is/docker/docker-ci:dind + tags: [dind] stage: build script: ci-build-and-push -- GitLab