Use our own korapxml2krill
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7cfc993..4e6cfb5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -83,7 +83,7 @@
- start_section install_perl_packages "Installing missing Perl packages"
- curl -L https://cpanmin.us | perl - App::cpanminus
- cpanm -n -l $PERL_LOCAL_LIB_ROOT File::ShareDir::Install https://github.com/KorAP/KorAP-XML-TEI.git
- - cpanm -n -l $PERL_LOCAL_LIB_ROOT https://github.com/KorAP/KorAP-XML-Krill.git
+ - cpanm -n -l $PERL_LOCAL_LIB_ROOT https://github.com/kupietz/KorAP-XML-Krill.git
- cpanm -n -l $PERL_LOCAL_LIB_ROOT https://github.com/KorAP/KorAP-XML-CoNLL-U.git
- end_section install_perl_packages