From 89ead6b94652542b0ffe5180b9798ad2943307b3 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Mon, 15 Apr 2019 04:29:32 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=B0=D0=B2=D0=BA=D0=B0=20=D0=B4?= =?UTF-8?q?=D0=BB=D1=8F=20gitlab-runner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eececd6..9d8492d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ test:smolensk15: image: smolensk15-dev before_script: + - git clean -fd - apt-get update - apt-get -y --force-yes install git qttools5-dev-tools qttools5-dev doxygen - git submodule sync @@ -14,6 +15,7 @@ test:smolensk15: test:bionic: image: bionic-dev before_script: + - git clean -fd - apt-get update - apt-get -y install git qttools5-dev-tools qttools5-dev doxygen python3-breathe python3-sphinx python3-sphinx-rtd-theme python3-recommonmark - git submodule sync