CI: debugging
Change-Id: I65b69f12842e9cf2974b42ce89fddac7ca7d0e31
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b07a7cd..23360bb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,6 +33,8 @@
- R -e 'devtools::install_git("https://korap.ids-mannheim.de/gerrit/IDS-Mannheim/idsThemeR")'
- R -e 'devtools::install(".")'
- curl -O --output-dir /tmp/ https://gitlab.ids-mannheim.de/ICC/2023-07-20-ICC-ICLC10/-/raw/master/R/common.R
+ - cat /tmp/common.R
+ - R -e 'source("/tmp/common.R")'
- end_section install_r_packages
script: