diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4f5aae140737373d936e7ac92d277f3389f8357b..4d31798be711a9682bd5363bf7187fd644973ea7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -37,11 +37,6 @@ jobs:
         node-version: 16.x
     - run: npm i
     - run: |
-        if [[ "$GITHUB_REF" = *hotfix* ]]
-        then
-          export SIIBRA_API_ENDPOINTS=https://siibra-api-rc.apps.hbp.eu/v2_0
-          echo 'export const environment = { "SIIBRA_API_ENDPOINTS": "https://siibra-api-rc.apps.hbp.eu/v2_0" }' > src/environments/environment.common.ts
-        fi
         npm run test-ci
 
   backend: