Skip to content
Snippets Groups Projects
Commit 3b014e8f authored by Jutta Schnabel's avatar Jutta Schnabel
Browse files

Try adding pyyaml before script

parent 5e3a947d
No related branches found
No related tags found
No related merge requests found
Pipeline #14424 failed
......@@ -8,6 +8,7 @@ cache:
before_script:
- npm install gitbook-cli -g # install gitbook
- npm install pyyaml
- gitbook fetch 3.2.3 # fetch final stable version
- gitbook install # add any requested plugins in book.json
......@@ -23,7 +24,6 @@ test:
build:
stage: build
script:
- npm install pyyaml
- python make_documents.py
- pandoc Deliverable_4-8.md -f markdown -t docx -s -o Deliverable_4-8.docx
- pandoc Deliverable_4-9.md -f markdown -t docx -s -o Deliverable_4-9.docx
......
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