From cd7f5f147a975d8a45baee9f40cfe64a28670fce Mon Sep 17 00:00:00 2001 From: Antenore Gatta Date: Tue, 25 Aug 2020 15:01:19 +0000 Subject: Using gitlab registry for remmina/ubuntu:16.04 --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 144622fad..5010ce80d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -60,11 +60,10 @@ ubuntu:devel: appimage:build: # image: ubuntu:devel # stage: cross_environment - image: remmina/ubuntu:16.04 + image: registry.gitlab.com/remmina/remmina/ubuntu:16.04 stage: build before_script: - apt-get update -qq - - apt-get install -q -y librsvg2-2 librsvg2-bin librsvg2-common librsvg2-dev script: - mkdir $BUILD_FOLDER @@ -110,7 +109,6 @@ flatpak:test: - apt-get update -qq - add-apt-repository $FLATPAK_PPA -y - apt-get update -qq - - apt-get install -y -qq flatpak-builder flatpak build-essential git-core - flatpak --user remote-add --if-not-exists flathub $FLATHUB_REPO script: - /bin/sh -xe ./flatpak/flatpak-build.sh -- cgit v1.2.3