From 545dc0855fa7f985cb4048c6cb7f150b3b5edd87 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Fri, 13 Feb 2026 14:40:45 +0100 Subject: [PATCH] Revert "Fix. Add WORKDIR tests to tox image" This reverts commit 99609738f740d24963c3ee12aa185ca84da0265d. Change-Id: I0609499974b68cba7565b585ee38ab8faecb09ea Signed-off-by: garciadeblas --- ci-images/tox/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci-images/tox/Dockerfile b/ci-images/tox/Dockerfile index dc39027a..99077978 100644 --- a/ci-images/tox/Dockerfile +++ b/ci-images/tox/Dockerfile @@ -23,8 +23,6 @@ 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