From c5fef6a3e060890fcd7a5fe327c25c17a9e66e8f Mon Sep 17 00:00:00 2001 From: Alberto Rios Date: Wed, 28 Aug 2019 18:11:24 +0200 Subject: [PATCH] Renaming ATs git-repo location --- ci/scripts/acceptance-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/scripts/acceptance-tests.sh b/ci/scripts/acceptance-tests.sh index a045ffb..3808a47 100755 --- a/ci/scripts/acceptance-tests.sh +++ b/ci/scripts/acceptance-tests.sh @@ -31,7 +31,7 @@ run_tests() { } main() { - pushd "app-broker" > /dev/null + pushd "git-repo" > /dev/null build run_tests popd > /dev/null