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