- remove bin folder from include 
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9da3529..2ea4560 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,7 +38,4 @@
     stage: test
     environment: staging
     script:
-    - uname -a
-    - ls /tmp
-    - ls /tmp/.m2/repository/eu/fbk/eclipse/standardtools
     - "export DISPLAY=:0.0; cd org.polarsys.chess.parent; mvn $MAVEN_CLI_OPTS -P Neon-Java8 clean install"
diff --git a/org.polarsys.chess.parent/features/eu.fbk.tools.aida.chess.feature/pom.xml b/org.polarsys.chess.parent/features/eu.fbk.tools.aida.chess.feature/pom.xml
index 727a6a1..6332b69 100644
--- a/org.polarsys.chess.parent/features/eu.fbk.tools.aida.chess.feature/pom.xml
+++ b/org.polarsys.chess.parent/features/eu.fbk.tools.aida.chess.feature/pom.xml
@@ -9,11 +9,4 @@
   </parent>
   <artifactId>eu.fbk.tools.aida.chess.feature</artifactId>
   <packaging>eclipse-feature</packaging>
-   <dependencies>
-  	<dependency>
-  		<groupId>eu.fbk.eclipse.standardtools</groupId>
-  		<artifactId>eu.fbk.eclipse.standardtools.utils</artifactId>
-  		<version>1.0.0-SNAPSHOT</version>
-  	</dependency>
-  </dependencies>
 </project>
diff --git a/plugins/contracts/org.polarsys.chess.contracts.profile/pom.xml b/plugins/contracts/org.polarsys.chess.contracts.profile/pom.xml
index bde7142..458489c 100644
--- a/plugins/contracts/org.polarsys.chess.contracts.profile/pom.xml
+++ b/plugins/contracts/org.polarsys.chess.contracts.profile/pom.xml
@@ -10,11 +10,11 @@
   </parent>
   <artifactId>org.polarsys.chess.contracts.profile</artifactId>
   <packaging>eclipse-plugin</packaging>
-  <dependencies>
+  <!-- dependencies>
   	<dependency>
   		<groupId>eu.fbk.eclipse.standardtools</groupId>
   		<artifactId>eu.fbk.eclipse.standardtools.utils</artifactId>
   		<version>1.0.0-SNAPSHOT</version>
   	</dependency>
-  </dependencies>
+  </dependencies-->
 </project>
diff --git a/plugins/org.polarsys.chess.multicore/build.properties b/plugins/org.polarsys.chess.multicore/build.properties
index 994c390..93e8763 100644
--- a/plugins/org.polarsys.chess.multicore/build.properties
+++ b/plugins/org.polarsys.chess.multicore/build.properties
@@ -3,5 +3,5 @@
 bin.includes = META-INF/,\
                .,\
                plugin.xml,\
-               build.properties,\
-               bin/
\ No newline at end of file
+               build.properties
+