From 92192b620378dd1252b66f784b95c1c9421dd6ad Mon Sep 17 00:00:00 2001 From: Black Hat Date: Sun, 14 Oct 2018 07:48:56 +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 9c6bbe09a..51864840e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,7 @@ build-appimage: image: ubuntu:bionic stage: build before_script: + - apt-get update - apt-get install software-properties-common - add-apt-repository ppa:beineri/opt-qt-5.11.1-bionic -y - apt-get update -qq