ci scripts: MIN_TOKEN_IN_CORPUS -> KORAP_MIN_TOKENS_IN_CORPUS

Change-Id: I5d644f5d932348a702c26da74a319f2c6b49e42b
diff --git a/.github/workflows/ci_test.yml b/.github/workflows/ci_test.yml
index a565077..e8645ba 100644
--- a/.github/workflows/ci_test.yml
+++ b/.github/workflows/ci_test.yml
@@ -9,7 +9,7 @@
       KORAP_URL: https://korap.ids-mannheim.de/
       KORAP_LOGIN: ""
       KORAP_QUERIES: 'geht, [orth=geht & tt/pos=VVFIN]'
-      MIN_TOKEN_IN_CORPUS: "22000000000"
+      KORAP_MIN_TOKENS_IN_CORPUS: "22000000000"
     steps:
       - name: Checkout KorAP-E2E-Tests
         uses: actions/checkout@v4
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6632f6b..2553efc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,7 @@
   # Default test configuration
   KORAP_URL: "https://korap.ids-mannheim.de/"
   KORAP_QUERIES: 'geht, [orth=geht & tt/p="VVFIN"]'
-  MIN_TOKEN_IN_CORPUS: "22000000000"
+  KORAP_MIN_TOKENS_IN_CORPUS: "22000000000"
   LC_ALL: "C"
   
   # Node.js configuration
diff --git a/GITLAB_CI_SETUP.md b/GITLAB_CI_SETUP.md
index 347cf51..57f879e 100644
--- a/GITLAB_CI_SETUP.md
+++ b/GITLAB_CI_SETUP.md
@@ -49,8 +49,8 @@
 - **Default**: `geht, [orth=geht & tt/p="VVFIN"]`
 - **Description**: Comma-separated list of queries to test
 
-#### MIN_TOKEN_IN_CORPUS
-- **Default**: `1000`
+#### KORAP_MIN_TOKENS_IN_CORPUS
+- **Default**: `100000`
 - **Description**: Minimum expected number of tokens in the corpus for the corpus statistics test
 
 ## Pipeline Triggers
@@ -135,7 +135,7 @@
 export KORAP_PASSWORD="your-password"
 export KORAP_URL="https://korap.ids-mannheim.de/"
 export KORAP_QUERIES='geht, [orth=geht & tt/p="VVFIN"]'
-export MIN_TOKEN_IN_CORPUS="1000"
+export KORAP_MIN_TOKENS_IN_CORPUS="100000"
 export LC_ALL="C"
 
 npm test