diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8b12a5badae190e22a2b6b89156189d6bfb83593..6c6ac7fb46a8dfe85661afb16b4ba587a48960a3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,7 +33,7 @@ kali-2020: - apt-get install -y linux-headers-$(uname -r) - lsmod | grep "vbox" || /usr/lib/virtualbox/vboxdrv.sh setup - pip3 install -r requirements.txt - - chmod +x run_tests.sh + - chmod +x testing/run_tests.sh - Xvfb :1 -screen 0 800x600x16 & script: @@ -47,7 +47,7 @@ kali-2020: windows-server: stage: windows-server script: - - testing/run_tests.sh -c /testing/ci/config_windows_server.yml -p + - testing/run_tests.sh -c testing/ci/config_windows_server.yml -p # run even when other stages fail when: always # only run for merge requests diff --git a/testing/ci/config_debian.yml b/testing/ci/config_debian.yml index fcca977a5341630a38934697dc857d43aa9c2a94..32c472a4d14800404c7672f8c5e9b0dfe2746a7f 100644 --- a/testing/ci/config_debian.yml +++ b/testing/ci/config_debian.yml @@ -15,7 +15,7 @@ topologies: - ansible_local - border_router - [ansible_local, border_router] - - file: ./topologies/2-routers-2-networks-2-hosts.ym + - file: ./topologies/2-routers-2-networks-2-hosts.yml arguments: - border_router - [ansible_local, border_router] \ No newline at end of file