runtime_images:
   busybox:
     registry: "{{ molecule_test_registry }}"
-    path: "/onap/components/busybox"
+    path: "/busybox"
     tag: "latest"
   aaionap-haproxy:
     registry: "{{ molecule_test_registry }}"
-    path: "/onap/components/aaionap/haproxy"
+    path: "/aaionap/haproxy"
     tag: "1.2.4"
 
   docker_image:
     name: busybox
     tag: latest
-    repository: nexus3.onap.org:10001/onap/components/busybox
+    repository: nexus3.onap.org:10001/busybox
 
 - name: Save busybox image
   delegate_to: localhost
   docker_image:
-    name: nexus3.onap.org:10001/onap/components/busybox
+    name: nexus3.onap.org:10001/busybox
     tag: latest
     pull: false
     archive_path: /tmp/busybox.tar
   docker_image:
     name: aaionap/haproxy
     tag: 1.2.4
-    repository: nexus3.onap.org:10001/onap/components/aaionap/haproxy
+    repository: nexus3.onap.org:10001/aaionap/haproxy
 
 - name: Save haproxy image
   delegate_to: localhost
   docker_image:
-    name: nexus3.onap.org:10001/onap/components/aaionap/haproxy
+    name: nexus3.onap.org:10001/aaionap/haproxy
     tag: 1.2.4
     pull: false
     archive_path: /tmp/haproxy.tar