From c2a2733f7e662bcab15439249f8d86f865880c6e Mon Sep 17 00:00:00 2001 From: mlan Date: Mon, 16 Nov 2020 10:15:11 +0100 Subject: [PATCH] - [travis-ci](.travis.yml) Debug errors on Travis-CI --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 6c5457c..f7e2ced 100644 --- a/test/Makefile +++ b/test/Makefile @@ -113,7 +113,7 @@ test-all: test-up_0 test_1 test_2 test_3 test_%: test-up_% test-waitl_% test-logs_% test-service_% test-down_% test-pull: - $(addprefix docker pull -q ,$(CURL_IMG); $(AUT_IMG); $(DB_IMG)) + $(addprefix docker pull ,$(CURL_IMG); $(AUT_IMG); $(DB_IMG)) test-up_0: test-up-net #