diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4ac272802aa9967f58cf1476844e94ab6fed3f95..9da99fdfeabda26d7ca8c1f5aa0e0242fab3b100 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,7 +37,7 @@ build:
   services:
 
 # Prepares the secret files that we cannot or don't want to share with public
-prepare_secrets:
+prepare_secrets_master:
   stage: prepare
   image: alpine:latest
   script: 
@@ -69,7 +69,7 @@ prepare_secrets:
     refs:
       - master    
 
-prepare_secrets:
+prepare_secrets_development:
   stage: prepare
   image: alpine:latest
   script: