From c0d5f288c8f3e3f42b4c190f15d40f1d80dea1a7 Mon Sep 17 00:00:00 2001 From: Nick Lang Date: Fri, 26 Oct 2018 13:13:01 -0600 Subject: [PATCH] update runtests --- .ci/run-tests | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.ci/run-tests b/.ci/run-tests index dbc48634..b91a938f 100755 --- a/.ci/run-tests +++ b/.ci/run-tests @@ -11,5 +11,4 @@ # # TODO: implement the docker-based testing -cd .. -make run_tests +cd .. && make run_tests