diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e23d6cd185042b76056a73f6c6c58fba05903de2..223f8320d91f42df8c3840cb62d90363ca36c80c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -43,7 +43,7 @@ uploadPlayStoreBeta:
   stage: deploy
   script:
     - echo "Running the uploadPlayStoreBeta job"
-    - echo "$SERVICE_JSON" > google_play_api_key.json
+    - echo ${GPLAY_API_KEY_JSON} > google_play_api_key.json
     - bundle exec fastlane deployGoogle
   only:
     - main
\ No newline at end of file
diff --git a/fastlane/Appfile b/fastlane/Appfile
index 8485f0a1c1d21406d8aab08ce1d417b03ac34783..699f59a1c1c45abd704f3a05ac2a39737bc88c08 100644
--- a/fastlane/Appfile
+++ b/fastlane/Appfile
@@ -1,2 +1,2 @@
-json_key_file("google_play_api_key.json") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one
+json_key_file("../google_play_api_key.json") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one
 package_name("org.futo.circles") # e.g. com.krausefx.app