diff --git a/.circleci/config.yml b/.circleci/config.yml index 7720f07..42c6fe0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -70,8 +70,8 @@ test: &test - run: name: test command: | - docker-compose -f tests/docker-compose.yml pull - docker-compose -f tests/docker-compose.yml up --abort-on-container-exit + docker-compose -f tests/docker-compose-ci.yml pull + docker-compose -f tests/docker-compose-ci.yml up --abort-on-container-exit no_output_timeout: 1h - run: name: collect results