From a5ba7eb1f0e6c3b922c69007a095e6bda9a847dc Mon Sep 17 00:00:00 2001
From: Sven Marcus <s.marcus@outlook.de>
Date: Thu, 15 Oct 2020 07:37:33 +0000
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 302f39c4e..f97905e73 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -53,6 +53,7 @@ test_python_bindings:
 
 
 create_release:
+  image: registry.gitlab.com/gitlab-org/release-cli:latest
   stage: release
   rules:
     - if: $CI_COMMIT_TAG
-- 
GitLab