Use osm-packages master
Removes the checkout of the sol006 branch as it is
now merged to mater in osm-packages.
Change-Id: Iaff35776c8d867be137cc470e3e4c564b0123ad8
Signed-off-by: beierlm <mark.beierl@canonical.com>
diff --git a/docker/tests/Dockerfile b/docker/tests/Dockerfile
index a3b4e26..3cb1db5 100644
--- a/docker/tests/Dockerfile
+++ b/docker/tests/Dockerfile
@@ -44,7 +44,6 @@
WORKDIR /robot-systest
RUN git clone https://osm.etsi.org/gitlab/vnf-onboarding/osm-packages.git --recurse-submodules /robot-systest/osm-packages
-RUN git -C osm-packages checkout sol006
# Folder where Robot tests are stored
ENV ROBOT_DEVOPS_FOLDER=/robot-systest