0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-03-13 01:47:03 +00:00

bird: sudo privileges were added

This commit is contained in:
Matous Holinka 2019-11-06 12:15:02 +01:00
parent e66d8cae7e
commit 9c0828f6a3

View File

@ -304,8 +304,8 @@ cloning_netlab:
tags:
- birdlab
script:
- apt install python3-pip
- apt update
- sudo apt install python3-pip
- sudo apt update
- pip3 install python3.6
- pip3 install pytest==5.0.1
- python3 --version