Preparing for INT-607
Attempt to fix build part2

Change-Id: I4520f309173f2b27100802e38c8a222176444812
Issue-ID: INT-607
Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
diff --git a/test/mocks/pnfsimulator/pom.xml b/test/mocks/pnfsimulator/pom.xml
index 03dc374..bbb91ea 100644
--- a/test/mocks/pnfsimulator/pom.xml
+++ b/test/mocks/pnfsimulator/pom.xml
@@ -239,6 +239,7 @@
         <artifactId>docker-maven-plugin</artifactId>
         <version>1.0.0</version>
         <configuration>
+          <registryUrl>${onap.nexus.dockerregistry.daily}</registryUrl>
           <serverId>${onap.nexus.dockerregistry.daily}</serverId>
           <imageName>${docker.image.name}</imageName>
           <imageTags>
@@ -275,7 +276,7 @@
             <configuration>
               <image>${docker.image.name}:latest</image>
               <newName>${onap.nexus.dockerregistry.daily}/${docker.image.name}:latest</newName>
-              <!-- WA in case push does not wort at seconf job - to remove
+              <!-- WA in case push does not work at second job - to remove
               <pushImage>true</pushImage>
               -->
             </configuration>