Robot tests Dockerfile updated to use osm-packages from OSM-IM, not SOL006
Change-Id: If20fcc7b48847361cdc37f52a6c55a422d26bdf0
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/docker/tests/Dockerfile b/docker/tests/Dockerfile
index 901179f..b9c359d 100644
--- a/docker/tests/Dockerfile
+++ b/docker/tests/Dockerfile
@@ -49,7 +49,7 @@
WORKDIR /robot-systest
-RUN git clone https://osm.etsi.org/gitlab/vnf-onboarding/osm-packages.git --recurse-submodules /robot-systest/osm-packages
+RUN git clone https://osm.etsi.org/gitlab/vnf-onboarding/osm-packages.git --recurse-submodules /robot-systest/osm-packages && git -C osm-packages checkout OSM-IM
# Folder where Robot tests are stored
ENV ROBOT_DEVOPS_FOLDER=/robot-systest