diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ee142d471a2eb6aa0d25e030cc61a227096fdc1..6b95c4ce620a6205f708cda0c9d9253c2c545416 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,8 +12,12 @@ stages: build: extends: .compose-build - tags: [kodi.shore.co.il] + tags: &tags [kodi.shore.co.il] + +pull: + extends: .compose-pull + tags: *tags run: extends: .compose-run - tags: [kodi.shore.co.il] + tags: *tags