From e66d8cae7e68feb96b9c5c038fd2f32d0e792922 Mon Sep 17 00:00:00 2001 From: Matous Holinka Date: Wed, 6 Nov 2019 12:04:00 +0100 Subject: [PATCH] bird: python3, pip3, pytest5 were installed --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 16b56084..609667bb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -304,6 +304,10 @@ cloning_netlab: tags: - birdlab script: + - apt install python3-pip + - apt update + - pip3 install python3.6 + - pip3 install pytest==5.0.1 - python3 --version - cd ../ - rm -r bird-tools