diff --git a/get-ci-wrapper.sh b/get-ci-wrapper.sh
index 0ac6ba9e5f2418162094074044b6d412b046465d..a91e705424b7ca4c0b6d9deaf6f83aac4e2457b2 100755
--- a/get-ci-wrapper.sh
+++ b/get-ci-wrapper.sh
@@ -24,5 +24,8 @@ END
 # Creates a default config files.
 _create_config
 
+# Load the config
+source "${HOME}/.ci-wrappers/config"
+
 # Installs the script locally
 curl -s https://raw.githubusercontent.com/ebpro/ciwrappers/develop/ci-wrappers.sh > "$CI_WRAPPERS_HOME"/ci-wrappers.sh