diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d53fc6ccdd6b4cc146259d5ca2a0ce04c4be5723..a8d6abb6d14867aa3cc06732462883c677903b2f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,22 +20,16 @@ push: tags: [ns4.shore.co.il] pull-ns4: - image: registry.shore.co.il/ci-images:docker + extends: .compose-pull stage: pull tags: [ns4.shore.co.il] - script: - - docker-compose pull --quiet pull-host01: - image: registry.shore.co.il/ci-images:docker + extends: .compose-pull stage: pull tags: [host01.shore.co.il] - script: - - docker-compose pull --quiet pull-kodi: - image: registry.shore.co.il/ci-images:docker + extends: .compose-pull stage: pull tags: [kodi.shore.co.il] - script: - - docker-compose pull --quiet