Skip to content
Snippets Groups Projects
Verified Commit e10a8e73 authored by Georg Krause's avatar Georg Krause
Browse files

Make sure pelican plugins are available

parent 21d8a3b5
No related branches found
No related tags found
No related merge requests found
Pipeline #19163 passed
......@@ -41,8 +41,9 @@ review:
GIT_STRATEGY: clone
VUE_APP_ROUTER_BASE_URL: /-/$CI_PROJECT_NAME/-/jobs/$CI_JOB_ID/artifacts/review/
before_script:
- apt-get update && apt-get install make
- apt-get update && apt-get install -y make git
- pip install poetry
- git submodule update --init --recursive
- poetry install
script:
- poetry run make html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment