X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile-Unit-Test;h=ae04de4be4050858569d85a8c93985dd2ac61030;hb=refs%2Fchanges%2F51%2F3551%2F3;hp=a9ea22a33d7509707a5ed3a9397ba4ebe4ed6345;hpb=fe30c1726c397b1ee100cd3d3795758e7d21b6bf;p=ric-plt%2Fa1.git diff --git a/Dockerfile-Unit-Test b/Dockerfile-Unit-Test index a9ea22a..ae04de4 100644 --- a/Dockerfile-Unit-Test +++ b/Dockerfile-Unit-Test @@ -26,9 +26,9 @@ RUN pip install --upgrade pip && pip install tox gevent COPY --from=nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-alpine3-rmr:4.0.2 /usr/local/lib64/librmr* /usr/local/lib64/ # copies +COPY setup.py tox.ini /tmp/ COPY a1/ /tmp/a1 COPY tests/ /tmp/tests -COPY setup.py tox.ini /tmp/ WORKDIR /tmp # Run the unit tests but skip doc