diff --git a/js-test/source/java/ch/systemsx/cisd/openbis/jstest/report/V3APIReport.java b/js-test/source/java/ch/systemsx/cisd/openbis/jstest/report/V3APIReport.java
index 81eba33a696e473f8408450268c0ae0abb053741..6b51f7e615b061c48202f635bc423765080b0f43 100644
--- a/js-test/source/java/ch/systemsx/cisd/openbis/jstest/report/V3APIReport.java
+++ b/js-test/source/java/ch/systemsx/cisd/openbis/jstest/report/V3APIReport.java
@@ -50,8 +50,8 @@ public class V3APIReport
 {
 
     private static final String[] PUBLIC_PACKAGES = {
-            "ch.ethz.sis.openbis.generic.dss.api.v3",
-            "ch.ethz.sis.openbis.generic.as.api.v3"
+            "ch.ethz.sis.openbis.generic.dssapi.v3",
+            "ch.ethz.sis.openbis.generic.asapi.v3"
     };
 
     @Test