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: