summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2018-10-31 14:32:23 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2018-11-21 13:18:23 +0100
commit29ae0925abe1d3a0202059538559468ad947d42d (patch)
tree3a8ff4de1e2d78d9c63ed07957f82f0718a9a5b8 /.gitlab-ci.yml
parent53bb24ad410b53cdd96f15ced8fd5921c8ab0eac (diff)
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 <arkadiusz.hiler@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
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: