diff --git a/Dockerfile b/Dockerfile index 32cebe5..c07b1d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,4 +3,4 @@ FROM dolfinx/dolfinx:v0.6.0 LABEL org.opencontainers.image.source https://github.com/equinor/warmth WORKDIR /home/warmth -ENTRYPOINT pip install . pytest==7.4.2 pytest-cov==4.1.0 pytest-mpi==0.6 && mpirun -n 2 python3 -m pytest --with-mpi --cov-report=term-missing --cov=warmth tests | tee pytest-coverage.txt +ENTRYPOINT pip install . pytest==7.4.2 pytest-cov==4.1.0 pytest-mpi==0.6 && mpirun -n 2 python3 -m pytest --with-mpi tests \ No newline at end of file