Add  netconf support to pnfsimulator.

Issue-ID: INT-458

Change-Id: Iebc9cf2a9f35c92dc354d1c6e857dc8345c1172f
Signed-off-by: Pawel Kadlubanski <pawel.kadlubanski@nokia.com>
diff --git a/test/mocks/pnfsimulator/.gitlab-ci.yml b/test/mocks/pnfsimulator/.gitlab-ci.yml
new file mode 100644
index 0000000..4320a57
--- /dev/null
+++ b/test/mocks/pnfsimulator/.gitlab-ci.yml
@@ -0,0 +1,9 @@
+image: archive.docker-registry.eecloud.nsn-net.net/imp/matryoshka:latest
+
+stages:
+  - build
+
+build:
+  stage: build
+  script:
+    - mvn clean package