Skip to content
Snippets Groups Projects
Commit 3668bce3 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix apt command

parent 1e6ac6ee
No related branches found
No related tags found
No related merge requests found
Pipeline #33237 passed
...@@ -7,7 +7,7 @@ variables: ...@@ -7,7 +7,7 @@ variables:
pages: pages:
stage: deploy stage: deploy
before_script: before_script:
- apt update; apt install po4a - apt update; apt install po4a -y
- pip install -r requirements.txt - pip install -r requirements.txt
script: script:
- make publish; make publish - make publish; make publish
......
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