Migrating CI tests to be executed inside Docker container

Signed-off-by: Manuel Peuster <manuel@peuster.de>
diff --git a/Dockerfile b/Dockerfile
index d603a5d..856d796 100755
--- a/Dockerfile
+++ b/Dockerfile
@@ -57,11 +57,9 @@
 WORKDIR /son-emu
 RUN python setup.py develop
 
-WORKDIR /
-
 # Important: This entrypoint is required to start the OVS service
 ENTRYPOINT ["/son-emu/utils/docker/entrypoint.sh"]
-CMD ["python", "son-emu/examples/default_single_dc_topology.py"]
+CMD ["python", "examples/default_single_dc_topology.py"]
 
 # open ports for emulator APIs
 # SONATA GK