PNF Simulator/Netconf Simulator docker compose to use devel tag
Issue-ID: INT-1320

Signed-off-by: gummar <raj.gumma@est.tech>
Change-Id: Iadc7a6bebef9302ae711a3227789f603f19270cd
diff --git a/test/mocks/pnfsimulator/netconfsimulator/docker-compose.yml b/test/mocks/pnfsimulator/netconfsimulator/docker-compose.yml
index 201f7c4..ebacb4f 100644
--- a/test/mocks/pnfsimulator/netconfsimulator/docker-compose.yml
+++ b/test/mocks/pnfsimulator/netconfsimulator/docker-compose.yml
@@ -39,7 +39,7 @@
     - netopeer
 
   netopeer:
-    image: sysrepo/sysrepo-netopeer2:latest
+    image: sysrepo/sysrepo-netopeer2:devel
     ports:
     - "830:830"
     - "5002:5002"