Skip to content
Snippets Groups Projects
Commit 27f70d67 authored by kaiyou's avatar kaiyou
Browse files

Try and fix the build

parent 674e393f
No related branches found
No related tags found
1 merge request!75Tests d'intégration authentification SAML2+OIDC
Pipeline #30173 failed
...@@ -6,7 +6,7 @@ test: ...@@ -6,7 +6,7 @@ test:
image: python:3.10-slim image: python:3.10-slim
before_script: before_script:
- apt-get update - apt-get update
- apt-get install -y --no-install-recommends python3-dev libxmlsec1 libxmlsec1-dev libpq-dev libmariadb-dev - apt-get install -y --no-install-recommends python3-dev libxmlsec1 libxmlsec1-dev libpq-dev libmariadb-dev pkg-config
- pip install poetry - pip install poetry
- poetry install - poetry install
script: script:
......
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