diff --git a/docker/Dockerfile b/docker/Dockerfile index 2721bbf5b9f82670255b9c99d4e63ad19ca6d8bd..03766bb0d44c4d95bef02f0923b2bd0b6d7accbb 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -89,7 +89,7 @@ RUN cd /home/etsi \ #==> Fallback to more secured solution #COPY [^.]* /home/etsi/dev/STF569_Mec/ #COPY home home/etsi -RUN git clone https://forge.etsi.org/gitlab/garciay/MEC.git /home/etsi/dev/STF569_Mec +RUN git clone https://forge.etsi.org/gitlab/mec/gs032p3-ttcn-test-suite.git /home/etsi/dev/STF569_Mec RUN chown -R etsi /home/etsi/dev/STF569_Mec/ && cd /home/etsi/dev/STF569_Mec USER etsi diff --git a/vagrant/provisioner.bash b/vagrant/provisioner.bash index ca3c704b72ca050396dfae1d7623a71b97be4ced..ac155d8347859eda50cd350cd1b768f5f09bd18c 100755 --- a/vagrant/provisioner.bash +++ b/vagrant/provisioner.bash @@ -74,7 +74,7 @@ then fi cd /home/vagrant/dev -git clone https://forge.etsi.org/gitlab/garciay/MEC.git ./STF569_Mec +git clone https://forge.etsi.org/gitlab/mec/gs032p3-ttcn-test-suite.git ./STF569_Mec cd /home/vagrant/dev/STF569_Mec cd /home/vagrant/dev/STF569_Mec/ttcn git clone https://forge.etsi.org/gitlab/LIBS/LibSip.git ./LibSip