From 3928ef46d6216d16e014066064d495d85678d947 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Thu, 4 Jul 2019 12:27:20 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2?= =?UTF-8?q?=D0=BA=D0=B0=20python3-setuptools?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 77e7f13..7c4d958 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ test:smolensk15: before_script: - "[ $(($(date +%s)-$(git log -1 --date=format:%s --format=%cd))) -gt 86400 ] && exit 0" - apt-get update - - apt-get -y install python3-pytest python3-sphinx + - apt-get -y install python3-pytest python3-sphinx python3-setuptools - git submodule sync - git submodule update --recursive --init script: @@ -21,7 +21,7 @@ test:bionic: before_script: - "[ $(($(date +%s)-$(git log -1 --date=format:%s --format=%cd))) -gt 86400 ] && exit 0" - apt-get update - - apt-get -y install python3-pytest python3-sphinx + - apt-get -y install python3-pytest python3-sphinx python3-setuptools - git submodule sync - git submodule update --recursive --init script: