diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fcfa635d7b11d9527b1ca79274cacd49ba26b73e..12bc3a9ba1140df83ea09a96792d9136ae6c150c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,27 +1,20 @@
 include:
-  - project: 'to-be-continuous/tools/gitlab-ci'
-    ref: 'master'
-    file: '/templates/extract.yml'
-  - project: 'to-be-continuous/tools/gitlab-ci'
-    ref: 'master'
-    file: '/templates/validation.yml'
-  - project: 'to-be-continuous/kicker'
-    ref: 'master'
-    file: '/templates/validation.yml'
-  - project: 'to-be-continuous/bash'
-    ref: '3.4'
-    file: '/templates/gitlab-ci-bash.yml'
-  - project: 'to-be-continuous/semantic-release'
-    ref: '3.11'
-    file: '/templates/gitlab-ci-semrel.yml'    
-
-stages:
-  - build
-  - publish
+  - project: "to-be-continuous/tools/gitlab-ci"
+    ref: "master"
+    file: "/templates/extract.yml"
+  - project: "to-be-continuous/tools/gitlab-ci"
+    ref: "master"
+    file: "/templates/validation.yml"
+  - project: "to-be-continuous/kicker"
+    ref: "master"
+    file: "/templates/validation.yml"
+  - component: $CI_SERVER_FQDN/to-be-continuous/bash/gitlab-ci-bash@3.4
+    inputs:
+      shellcheck-files: "*.sh"
+  - component: $CI_SERVER_FQDN/to-be-continuous/semantic-release/gitlab-ci-semrel@3.11
 
 variables:
   GITLAB_CI_FILES: "templates/gitlab-ci-sonar.yml"
-  BASH_SHELLCHECK_FILES: "*.sh"
 
 semantic-release:
   rules: