From 55150f6db19562e12439be3752da2b93e204dc99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Sun, 20 Jun 2021 15:30:16 +0200 Subject: [PATCH] correct image for releases --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e30b738..638eadd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -84,7 +84,7 @@ test:backend: package: stage: release - image: $RUST_IMAGE + image: registry.gitlab.com/gitlab-org/release-cli:latest before_script: - cd /tmp - wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage