From 29ae0925abe1d3a0202059538559468ad947d42d Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Wed, 31 Oct 2018 14:32:23 +0100 Subject: gitlab-ci: Depend docker images jobs on .gitlab-ci.yaml too Otherwise it's really hard to get these jobs to run when you need them too because you changed something with the build instructions. Acked-by: Arkadiusz Hiler Signed-off-by: Daniel Vetter --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2c17ec61..b41df37e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -124,6 +124,7 @@ containers:igt-debian: only: changes: - Dockerfile.debian + - .gitlab-ci.yml services: - docker:dind variables: @@ -140,6 +141,7 @@ containers:igt-debian-arm64: only: changes: - Dockerfile.debian-arm64 + - .gitlab-ci.yml services: - docker:dind variables: @@ -156,6 +158,7 @@ containers:igt-fedora: only: changes: - Dockerfile.fedora + - .gitlab-ci.yml services: - docker:dind variables: -- cgit v1.2.3