From 9d9a725794c32ac0ba667ded1ae386f5da8755f5 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Thu, 14 Jun 2018 13:05:08 -0400 Subject: [PATCH] Avoid yaml merge map in one place where possible --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2b0f318b2..3e6b594ac 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -171,8 +171,7 @@ jobs: sudo -u nobody virtualenv --python python2.7 /tmp/tests sudo -u nobody /tmp/tests/bin/pip install tox - - run: - <<: *RUN_TESTS + - run: *RUN_TESTS - store_artifacts: *STORE_ARTIFACTS