aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-09-11 16:26:50 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-09-11 16:26:50 +0530
commit4cf8fbf5e12249b95524187df8cac1d098c684a1 (patch)
treefb3ddc2e6a50460cf341ab25db5c257bf457e294
parented41a8b04793c7cda7b5cabe1c20c6e11a85f12c (diff)
checking what is going wrong
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 5fcfa54..011df53 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -33,6 +33,8 @@ RUN chmod +x /src/scripts/main.sh
RUN python3 -m pip install untangle tabulate
# execute tests
+RUN ls /src
+RUN ls /src/plip
WORKDIR /src/plip/test
RUN chmod +x run_all_tests.sh
RUN ./run_all_tests.sh