diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index dc7157d..1e55cd7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,4 +27,4 @@ jobs:
- name: Test
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
- run: mvn verify -P e2e-tests-with-recording -Dexist.processor.version=${{ matrix.exist }}
+ run: mvn verify -P e2e-tests-with-recording -Dexist.docker.tag=${{ matrix.exist }}
diff --git a/pom.xml b/pom.xml
index 445630a..78c1906 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,6 +57,7 @@
5.4.0
6.1.0
+ 6.1.0
2.19.1
1.1
@@ -360,7 +361,7 @@
existdb-docs-tests
- existdb/existdb:${exist.processor.version}
+ existdb/existdb:${existdb.docker.tag}
8080:8080