diff --git a/tests/platform-ci/ci-build.sh b/tests/platform-ci/ci-build.sh
index 2b6657499789e98ba0506d0aa8d49994e857f4a1..ae9f61bbcca19228e0a92faaf2a1f5cdc03c1add 100755
--- a/tests/platform-ci/ci-build.sh
+++ b/tests/platform-ci/ci-build.sh
@@ -235,6 +235,7 @@ upgrade_test() {
   LEAP_CMD --version
   build_from_scratch 'couchdb,soledad,mx,webapp,tor,monitor'
   deploy
+  LEAP_CMD run 'dpkg -l |grep soledad' vm
   test
 
   # Checkout HEAD of current branch and re-deploy
@@ -256,7 +257,8 @@ upgrade_test() {
   # with jq to be set to the full correct list of services
   jq '.services = ["couchdb","soledad","mx","webapp","tor_relay","monitor"]' < nodes/${NAME}.json
   deploy
-
+  LEAP_CMD run 'dpkg -l |grep soledad' vm
+  
   # pre-migration test
   test