diff --git a/dockerfiles/tests/Dockerfile b/dockerfiles/tests/Dockerfile index ea422f4c7..a2dd6bf79 100644 --- a/dockerfiles/tests/Dockerfile +++ b/dockerfiles/tests/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.12-slim -WORKDIR /tests +WORKDIR /cloudapi-tests # Copy the pyproject.toml for each submodule COPY app/pyproject.toml app/