From ebabe682c3fdc6cc33782f21412d2db734773f12 Mon Sep 17 00:00:00 2001 From: GeorgianaElena Date: Sat, 22 Aug 2020 00:13:16 +0300 Subject: [PATCH] Reorder tests --- .circleci/config.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8ec75b9..3a092da 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -110,7 +110,7 @@ commands: - run: name: Run bootstrap checks command: | - pip install requests + python3 -m pip install requests py.test integration-tests/test_bootstrap.py @@ -170,15 +170,14 @@ jobs: - build_systemd_image + - bootstrap_checks + - basic_tests - admin_tests - plugin_tests - - bootstrap_checks - - upgrade-test: docker: - image: docker:18.05.0-ce-git