diff --git a/.circleci/config.yml b/.circleci/config.yml index 9db45cf9..5cd1a972 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -128,9 +128,9 @@ workflows: python-latest-enterprise-cluster-preview: jobs: - run-tests: - name: python-latest-enterprise-preview - python-version: "latest" - arangodb-version: "enterprise-preview:latest" - arangodb-config: "cluster-3.11.conf" - cluster: true - enterprise: true + name: python-latest-enterprise-cluster-preview + python-version: "latest" + arangodb-version: "enterprise-preview:latest" + arangodb-config: "cluster-3.11.conf" + cluster: true + enterprise: true