diff --git a/.github/workflows/verify.yaml b/.github/workflows/verify.yaml
index c75844d..053511a 100644
--- a/.github/workflows/verify.yaml
+++ b/.github/workflows/verify.yaml
@@ -53,7 +53,7 @@ jobs:
docker-build-ice-rest-catalog
- name: Run Docker integration tests
run: >
- ./mvnw -pl ice-rest-catalog install -DskipTests=true -Pno-check &&
+ ./mvnw -pl ice-rest-catalog -am install -DskipTests=true -Pno-check &&
./mvnw -pl ice-rest-catalog failsafe:integration-test failsafe:verify
-Dit.test=DockerScenarioBasedIT
-Ddocker.image=altinity/ice-rest-catalog:debug-with-ice-latest-master-amd64
diff --git a/ice-rest-catalog/pom.xml b/ice-rest-catalog/pom.xml
index fda0550..38053fd 100644
--- a/ice-rest-catalog/pom.xml
+++ b/ice-rest-catalog/pom.xml
@@ -558,6 +558,15 @@
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+
+
+ **/DockerScenarioBasedIT.java
+
+
+
org.apache.maven.plugins
maven-shade-plugin