diff --git a/src/test/groovy/com/intershop/gradle/icm/docker/ICMDockerPluginIntegegrationSpec.groovy b/src/test/groovy/com/intershop/gradle/icm/docker/ICMDockerPluginIntegegrationSpec.groovy index 9afebdb..51e860b 100644 --- a/src/test/groovy/com/intershop/gradle/icm/docker/ICMDockerPluginIntegegrationSpec.groovy +++ b/src/test/groovy/com/intershop/gradle/icm/docker/ICMDockerPluginIntegegrationSpec.groovy @@ -704,7 +704,7 @@ class ICMDockerPluginIntegegrationSpec extends AbstractIntegrationGroovySpec { when: def result = getPreparedGradleRunner() - .withArguments("pullAS", "--altImage=intershophub/icm-webadapter:2.2.0", "--forcePull", "-s") + .withArguments("pullAS", "--altImage=busybox:latest", "--forcePull", "-s") .withGradleVersion(gradleVersion) .withDebug(true) .build()