From 5c4875586156db9976a11a6fc81759a3296e1c43 Mon Sep 17 00:00:00 2001
From: Ernesto Rico Schmidt <ernesto@helsinki.at>
Date: Tue, 20 Sep 2022 18:22:21 -0400
Subject: [PATCH] reload-service nees docker-push

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e2892b35..61e15b58 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -91,6 +91,8 @@ docker-push:
 reload-service:
   image: alpine:latest
   stage: release
+  needs:
+    - docker-push
   variables:
     SERVICE_NAME: steering
   before_script:
-- 
GitLab