diff --git a/Dockerfile b/Dockerfile index 238d21c09..67f3547fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -217,9 +217,9 @@ RUN \ RUN \ /etc/init.d/xvfb start \ && \ - make test-web-ConfigPanel -C /opt/Empirical/tests/web \ + make test-web-Element -C /opt/Empirical/tests/web \ && \ - make test-native-ConfigPanel -C /opt/Empirical/tests/web \ + make test-native-Element -C /opt/Empirical/tests/web \ && \ make test-vector -C /opt/Empirical/tests/base \ && \