From 99609738f740d24963c3ee12aa185ca84da0265d Mon Sep 17 00:00:00 2001 From: caviedesj Date: Fri, 13 Feb 2026 14:24:28 +0100 Subject: [PATCH] Fix. Add WORKDIR tests to tox image Change-Id: I20fd848cc0105222225b7cc999e871293dedae65 Signed-off-by: caviedesj --- ci-images/tox/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci-images/tox/Dockerfile b/ci-images/tox/Dockerfile index 99077978..dc39027a 100644 --- a/ci-images/tox/Dockerfile +++ b/ci-images/tox/Dockerfile @@ -23,6 +23,8 @@ RUN set -eux; \ apt-get install -y --no-install-recommends patch wget libmagic-dev; \ rm -rf /var/lib/apt/lists/* +WORKDIR /tests/ + COPY entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh -- 2.25.1