diff --git a/.circleci/config.yml b/.circleci/config.yml index a8f0cf276..60611f6e9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -126,6 +126,6 @@ workflows: - unit-tests: matrix: parameters: - index: [10, 20, 30, 40, 50, 60, 70, 80, 90] + index: [10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110, 120] requires: - build diff --git a/tests/unit/20_resource.bats b/tests/unit/100_resource.bats similarity index 100% rename from tests/unit/20_resource.bats rename to tests/unit/100_resource.bats diff --git a/tests/unit/70_nginx-vhosts_2.bats b/tests/unit/110_nginx-vhosts_2.bats similarity index 100% rename from tests/unit/70_nginx-vhosts_2.bats rename to tests/unit/110_nginx-vhosts_2.bats diff --git a/tests/unit/10_git.bats b/tests/unit/120_git.bats similarity index 100% rename from tests/unit/10_git.bats rename to tests/unit/120_git.bats