diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cbe198f67864d87c351688b68e5b96696de0e975..42cb9282ddb5808f635bbf0c7f5b1ad9bdb545d0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -58,7 +58,11 @@ installbinaries:
     - "curl -f -L -H \"PRIVATE-TOKEN: $PATKEY\" -o bin/gateway $GATEWAY_URL"
     - chmod +x bin/gateway
     - echo $PWD
-    - find bin/ -type f -exec file {} \;
+    - bin/server --version
+    - bin/client --version
+    - bin/channelbot --version
+    - bin/udb --version
+    - bin/gateway --version
   artifacts:
     when: always
     paths: