From a01a76a9d401618bf16dc3e1a6ba10d515c33b59 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jana=20Zikov=C3=A1?= <487568@mail.muni.cz>
Date: Mon, 17 May 2021 13:45:21 +0200
Subject: [PATCH] Fix paths in CI configuration files

---
 testing/ci/config_kali_2020.yml      | 2 +-
 testing/ci/config_windows_server.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/ci/config_kali_2020.yml b/testing/ci/config_kali_2020.yml
index fb6f7cd..90aff42 100644
--- a/testing/ci/config_kali_2020.yml
+++ b/testing/ci/config_kali_2020.yml
@@ -24,7 +24,7 @@ topologies:
     boxes:
       - munikypo/kali-2020.4
     original_boxes: false
-  - 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]
diff --git a/testing/ci/config_windows_server.yml b/testing/ci/config_windows_server.yml
index fe6679b..4bfdad9 100644
--- a/testing/ci/config_windows_server.yml
+++ b/testing/ci/config_windows_server.yml
@@ -19,7 +19,7 @@ topologies:
     boxes:
       - munikypo/windows-server-2019
     original_boxes: false
-  - file: ./topologies/2-routers-2-networks-2-hosts.ym
+  - file: ./topologies/2-routers-2-networks-2-hosts.yml
     arguments:
       - [ansible_local, border_router]
     boxes:
-- 
GitLab