From 427053f55daa5c1ba852b04abf5c8174f4c205db Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Mon, 15 Apr 2019 03:13:04 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B0=D1=80=D0=B0=D0=BC=D0=B5=D1=82?= =?UTF-8?q?=D1=80=20=D0=B4=D0=BB=D1=8F=20apt-get=20=D0=B2=20Ubuntu=20Bioni?= =?UTF-8?q?c?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e339832..eececd6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ test:bionic: image: bionic-dev before_script: - apt-get update - - apt-get -y --force-yes install git qttools5-dev-tools qttools5-dev doxygen python3-breathe python3-sphinx python3-sphinx-rtd-theme python3-recommonmark + - apt-get -y install git qttools5-dev-tools qttools5-dev doxygen python3-breathe python3-sphinx python3-sphinx-rtd-theme python3-recommonmark - git submodule sync - git submodule update --init script: