commit | 13f40bb0b2839221d9b3b2de7eba423a0c09f2d8 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Thu Feb 01 15:51:37 2024 +0100 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Thu Feb 01 15:51:37 2024 +0100 |
tree | 8619cbc7acfd28f52a06292618701496e7e8678e | |
parent | d0afe173025b8836e415d843dde13488c6b70c02 [diff] [blame] |
Treat intermediate rei.spacy.conllu as artifact
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3917ca3..5604ae3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml
@@ -25,6 +25,7 @@ artifacts: paths: - rei.spacy.zip + - rei.spacy.conllu script: - mkdir logs - - korapxml2conllu rei.zip | python ./systems/parse_spacy_pipe.py | conllu2korapxml > rei.spacy.zip + - korapxml2conllu rei.zip | python ./systems/parse_spacy_pipe.py | tee rei.spacy.conllu | conllu2korapxml > rei.spacy.zip