From 7b3a8bee22bc23c6e69781d205147abcc3489804 Mon Sep 17 00:00:00 2001 From: Lars Karlitski Date: Mon, 2 Oct 2017 21:44:17 +0200 Subject: [PATCH] test: use relative role path --- test/test_unit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_unit.yml b/test/test_unit.yml index ea1cc9f..ff7d2dd 100644 --- a/test/test_unit.yml +++ b/test/test_unit.yml @@ -3,11 +3,11 @@ name: execute python unit tests tasks: - copy: - src: /role/library/network_connections.py + src: ../library/network_connections.py dest: /tmp/test-unit-1/ - copy: - src: /role/library/test_network_connections.py + src: ../library/test_network_connections.py dest: /tmp/test-unit-1/