diff --git a/bec_client/tests/Dockerfile b/bec_client/tests/Dockerfile index 47727a92..d194e8cc 100644 --- a/bec_client/tests/Dockerfile +++ b/bec_client/tests/Dockerfile @@ -9,7 +9,7 @@ COPY . ./bec WORKDIR /code/bec/bec_client RUN pip install -e . -RUN pip install pytest pytest-timeout +RUN pip install pytest pytest-timeout pytest-random-order # command to run on container start CMD [ "pytest", "-v", "./tests"]