diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 19f1490b655ad41acc2e7c184b480166fa456f76..81fe12df0ab24a2714a9b733aa5601ec812a0612 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,2 @@
 include:
-  - remote: https://git-cdn.e15r.co/gitlab/ci/wordpress/-/raw/main/plugins/templates/variables.yml
-  - remote: https://git-cdn.e15r.co/gitlab/ci/wordpress/-/raw/main/plugins/templates/cache.yml
-  - remote: https://git-cdn.e15r.co/gitlab/ci/wordpress/-/raw/main/plugins/templates/before-script-redis.yml
-  - remote: https://git-cdn.e15r.co/gitlab/ci/wordpress/-/raw/main/plugins/templates/matrix-redis.yml
+  - remote: https://git-cdn.e15r.co/gitlab/ci/wordpress/-/raw/main/plugins/default-redis.yml
diff --git a/wp-redis-user-session-storage.php b/wp-redis-user-session-storage.php
index 1ff3d1d57b81979567b7d5d3a9cf5742a9e70d13..bdc11c1bc6fa02203f4de4e05f1a689a252ad27d 100644
--- a/wp-redis-user-session-storage.php
+++ b/wp-redis-user-session-storage.php
@@ -59,7 +59,8 @@ function load() {
 
 	new Activation_Deactivation_Hooks( __FILE__ );
 
-	add_action( 'plugins_loaded',
+	add_action(
+		'plugins_loaded',
 		__NAMESPACE__ . '\action_plugins_loaded'
 	);