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