diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 72dd6688c1d92d4ff6e7a0f92a8d8d5d184440e0..a4fce2e7c7b78f4654d032593455861a54162464 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -81,8 +81,8 @@ osx_installer:
   stage: build
   allow_failure: true
   variables:
-      GOPATH: $CI_PROJECT_DIR/go/
-      APP_PATH: $CI_PROJECT_DIR/go/src/0xacab.org/leap/bitmask-systray
+      GOPATH: /tmp/go/
+      APP_PATH: /tmp/go/src/0xacab.org/leap/bitmask-systray
   script:
     - git clone https://0xacab.org/leap/riseup_vpn
     - cd riseup_vpn