Revert "Fix. Add WORKDIR tests to tox image"
This reverts commit 99609738f740d24963c3ee12aa185ca84da0265d.
Change-Id: I0609499974b68cba7565b585ee38ab8faecb09ea
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/ci-images/tox/Dockerfile b/ci-images/tox/Dockerfile
index dc39027..9907797 100644
--- a/ci-images/tox/Dockerfile
+++ b/ci-images/tox/Dockerfile
@@ -23,8 +23,6 @@
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