Skip to content
Snippets Groups Projects
Commit 56552b6a authored by Mouhamadou Ba's avatar Mouhamadou Ba
Browse files

Update .gitlab-ci.yml file

parent e171f9da
Loading
......@@ -38,6 +38,8 @@ pages:
- conda env create -f softwares/envs/python3_pandas_env.yaml --force
- conda activate python3-pandas-env
- python softwares/scripts/to-html.py -f corpora/BioNLP-OST-2019/batches/BB19-norm+ner/eval.json -c BB19 -t BB-norm -o public/norm.html
- python softwares/scripts/to-html.py -f corpora/BioNLP-OST-2019/batches/BB19-rel+ner/eval.json -c BB19 -t BB-rel -o public/rel.html
- python softwares/scripts/to-html.py -f corpora/BioNLP-OST-2019/batches/BB19-kb+ner/eval.json -c BB19 -t BB-kb -o public/kb.html
artifacts:
paths:
- public/norm.html
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment