diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f3f35c829bf783b3792abed690afb36f52d3f6aa..5045ddf691ddb7d4d1b34ceafb03ce048f5afd1f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ test: build: stage: build script: - - pip install pyyaml + - 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