From 1e7c4edd9c32aad6e1874f46831b0ec8499e44ca Mon Sep 17 00:00:00 2001 From: rfaircloth-splunk Date: Fri, 7 Feb 2020 10:31:58 -0500 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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