0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-10 02:51:54 +00:00

bird: python3, pip3, pytest5 were installed

This commit is contained in:
Matous Holinka 2019-11-06 12:04:00 +01:00
parent 26aecd3d59
commit e66d8cae7e

View File

@ -304,6 +304,10 @@ cloning_netlab:
tags: tags:
- birdlab - birdlab
script: script:
- apt install python3-pip
- apt update
- pip3 install python3.6
- pip3 install pytest==5.0.1
- python3 --version - python3 --version
- cd ../ - cd ../
- rm -r bird-tools - rm -r bird-tools