diff --git a/vector-app/src/gplay/AndroidManifest.xml b/vector-app/src/gplay/AndroidManifest.xml
index e102b3ee8c..0ac14f9cd3 100755
--- a/vector-app/src/gplay/AndroidManifest.xml
+++ b/vector-app/src/gplay/AndroidManifest.xml
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns:android="http://schemas.android.com/apk/res/android">
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:tools="http://schemas.android.com/tools">
 
     <application>
 
@@ -8,8 +9,10 @@
             android:name="firebase_analytics_collection_deactivated"
             android:value="true" />
 
+        <!-- Add tools:ignore="Instantiatable" for the error reported only by the CI :/ -->
         <service android:name="im.vector.app.push.fcm.VectorFirebaseMessagingService"
-            android:exported="false" >
+            android:exported="false"
+            tools:ignore="Instantiatable">
             <intent-filter>
                 <action android:name="com.google.firebase.MESSAGING_EVENT" />
             </intent-filter>