From e67a68958126b3b5384a0453ba7cfbb52a12f636 Mon Sep 17 00:00:00 2001 From: Tomas Tomecek Date: Jan 04 2019 11:22:50 +0000 Subject: tests: store artifacts in current dir Signed-off-by: Tomas Tomecek --- diff --git a/tests/Makefile b/tests/Makefile index a4ff084..a7c8e2a 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -5,7 +5,7 @@ TESTS_IMAGE := python-docker-tests BASE_IMAGE := registry.fedoraproject.org/fedora:29 check: - ansible-playbook -i inventory-localhost -v -c local ./tests.yml + ansible-playbook -i inventory-localhost -v -e artifacts=$(CURDIR) -c local ./tests.yml build: podman run \