diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bdabb5602e6469b52c79d033440bdd8f204edd96..fcfe0a2ecbf112277ff8f65d8eb2806c02978ca5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,3 +13,7 @@ stages: build: extends: .compose-build tags: [host01.shore.co.il] + +run: + extends: .compose-run + tags: [host01.shore.co.il]