From 59dc5e674370efef22356cdc0eee266c171817b1 Mon Sep 17 00:00:00 2001 From: Matous Holinka Date: Thu, 7 Nov 2019 11:55:40 +0100 Subject: [PATCH] bird: package 'sudo' was installed. Existing code was updated with proper prefix. --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3cd62b3e..8b054c06 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -304,7 +304,6 @@ cloning_netlab: tags: - birdlab script: - - python3 --version - cd ../ - rm -r bird-tools - cd bird @@ -316,8 +315,7 @@ cloning_netlab: - $MAKE check - cd ../ - git clone https://gitlab.labs.nic.cz/labs/bird-tools --branch oz-test-base - - ls -l - cd bird - mv bird birdc ../bird-tools/netlab-int/common - cd ../bird-tools/netlab-int - - ./runtest -m save cf-ospf + - sudo ./runtest -m save cf-ospf