diff --git a/.circleci/config.yml b/.circleci/config.yml index 790114a8f..bb01c1f07 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,6 +14,8 @@ jobs: - run: command: | cd BTCPayServer.Tests + docker-compose down --v + docker-compose build docker-compose run tests # publish jobs require $DOCKERHUB_REPO, $DOCKERHUB_USER, $DOCKERHUB_PASS defined