This commit is contained in:
Abel Luck 2023-11-06 10:29:10 +01:00
parent c2bc8c49d3
commit 5dc2942ada

View file

@ -6,6 +6,7 @@ stages:
test: test:
stage: test stage: test
script: script:
- apt-get update
- apt-get install -y make python3-poetry - apt-get install -y make python3-poetry
- poetry install - poetry install
- make check - make check