diff --git a/Dockerfile b/Dockerfile index 7c19d4b9625f12b7b54fccebf346e13a17203b55..424c89b8e98671f374e917855929de072325c155 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,10 +24,6 @@ COPY ./library /library RUN find /library -maxdepth 1 -mindepth 1 > /usr/local/lib/python2.7/dist-packages/mdedonno.pth RUN make -C /library/TPS/TPS/TPSCy - -################################################################################ -### Unit test by default - RUN python /library/TPS/TPSModules_unittest.py ################################################################################