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

try different image

parent 3b014e8f
No related branches found
No related tags found
No related merge requests found
Pipeline #14425 failed
......@@ -8,7 +8,6 @@ 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
......@@ -22,8 +21,10 @@ test:
- master
build:
image: docker.km3net.de/base/python:3
stage: build
script:
- pip 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