diff --git a/.circleci/config.yml b/.circleci/config.yml index 62579ef6..40a1a443 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -52,9 +52,7 @@ commands: jobs: mvn_test: - executor: - name: localstack/default - resource_class: small + executor: localstack/default steps: - localstack/startup - install_java17 @@ -64,9 +62,7 @@ jobs: event: fail mvn_deploy: - executor: - name: localstack/default - resource_class: small + executor: localstack/default steps: - localstack/startup - install_java17