commit | c8ffb2b9bc3484a073299e85f1b3d930788d14d2 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Thu Jun 12 16:44:23 2025 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Thu Jun 12 17:02:12 2025 +0200 |
tree | 6b55a46f2f54cc49da322dd7e765b6fb17250768 | |
parent | 35287a4777df0c4d94fc70fb8f224c39ccf1d4ee [diff] [blame] |
Add check for min tokens in corpus Resolves #61 Change-Id: I75dec5876f4728d948ea2b6e1be143c4ba655aaa
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ae9025a..6632f6b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml
@@ -8,6 +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" LC_ALL: "C" # Node.js configuration