diff options
Diffstat (limited to 'integration-tests')
-rw-r--r-- | integration-tests/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 26c82250eb..88491ddd69 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -49,8 +49,7 @@ limitations under the License. <it.chef.config>${project.build.directory}/chef-config</it.chef.config> <it.sdc-be.plugins>${project.build.directory}/plugins/sdc-be</it.sdc-be.plugins> <it.shared.volume>/tmp/sdc-integration-tests</it.shared.volume> - <it.docker.version>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-latest - </it.docker.version> + <it.docker.version>latest</it.docker.version> <it.ui.firefox.version>2.53.1</it.ui.firefox.version> </properties> |