PoC of SOL005 Robot conformance tests into OSM's CICD

Change-Id: If8373ae545331ae9137c1c8fc3628cae5c56406d
Signed-off-by: Frank Bryden <frank.bryden@etsi.org>
diff --git a/docker/Dockerfile b/docker/Dockerfile
index b13f2ea..97b8222 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -35,6 +35,9 @@
 COPY robot-systest /robot-systest
 COPY charm.sh /usr/sbin/charm
 
+# Copy conformance tests data
+COPY conformance-tests /robot-systest/conformance-tests
+
 # Folder where Robot tests are stored
 ENV ROBOT_DEVOPS_FOLDER=/robot-systest