Skip to content

Commit 7a1f617

Browse files
committed
CI: set enterprise as test default (DE-1046)
1 parent 3cfbd1c commit 7a1f617

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ commands:
2323
parameters:
2424
docker-img:
2525
type: 'string'
26-
default: 'docker.io/arangodb/arangodb:latest'
26+
default: 'docker.io/arangodb/enterprise:latest'
2727
topology:
2828
type: 'string'
2929
default: 'single'
@@ -82,7 +82,7 @@ jobs:
8282
parameters:
8383
docker-img:
8484
type: 'string'
85-
default: 'docker.io/arangodb/arangodb:latest'
85+
default: 'docker.io/arangodb/enterprise:latest'
8686
topology:
8787
type: 'string'
8888
default: 'single'

0 commit comments

Comments
 (0)