Fix slimming in localization process (fixes #277)
Change-Id: I497e58d2359e9f3723f83987dd1251970f0bbaf7
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c23750d..5ba2103 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,7 +24,7 @@
- apk add --no-cache git
script:
- docker build -f Dockerfile -t korap/kalamar:$VID-large --target kalamar .
- - docker run --rm -v /var/run/docker.sock:/var/run/docker.sock mintoolkit/mint --crt-api-version 1.46 build --http-probe=true --exec="perl Makefile.PL && MOJO_MODE=test make test && unzip -v" --include-workdir=true --include-path=/usr/local/share/perl5/site_perl/KorAP/ --include-path=/usr/local/share/perl5/site_perl/Mojolicious/ --include-path=/usr/local/share/perl5/site_perl/Mojo/ --tag korap/kalamar:$VID --tag korap/kalamar:latest korap/kalamar:$VID-large || true
+ - docker run --rm -v /var/run/docker.sock:/var/run/docker.sock mintoolkit/mint --crt-api-version 1.46 build --http-probe=true --exec="perl Makefile.PL && MOJO_MODE=test make test && unzip -v" --include-workdir=true --include-path=/usr/local/share/perl5/site_perl/KorAP/ --include-path=/usr/local/share/perl5/site_perl/Mojolicious/ --include-path=/usr/local/share/perl5/site_perl/Mojo/ --include-path=/usr/share/perl5/vendor_perl/DateTime/ --include-path=/usr/share/perl5/vendor_perl/auto/share/dist/DateTime-Locale --include-path=/usr/share/perl5/core_perl/Unicode/Collate/Locale --tag korap/kalamar:$VID --tag korap/kalamar:latest korap/kalamar:$VID-large || true
- ARTIFACT=kalamar-${VID}.tar.xz
- docker save korap/kalamar:$VID | xz -T0 -M16G -9 > "$ARTIFACT"
artifacts: