Skip to content
Snippets Groups Projects
Commit c2db0876 authored by Roman Dvořák's avatar Roman Dvořák
Browse files

Update .gitlab-ci.yml

parent 2c86e4c9
No related branches found
No related tags found
No related merge requests found
...@@ -9,8 +9,8 @@ stages: ...@@ -9,8 +9,8 @@ stages:
pages: pages:
stage: deploy stage: deploy
before_script: before_script:
- sudo apt-get update - apt-get update
- sudo apt-get install -y zip - apt-get install -y zip
script: script:
- pip install poetry==1.8.2 - pip install poetry==1.8.2
- poetry install - poetry install
......
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