From 3f642dc04e47cbb3dafd75d90ea15b1ac61ec5e8 Mon Sep 17 00:00:00 2001
From: Georg Krause <mail@georg-krause.net>
Date: Thu, 18 Aug 2022 09:20:05 +0200
Subject: [PATCH] Install missing dependencies

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3bc1f8f..53a08e9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,7 @@ tests:
         POSTGRES_DB: funkwhale_network_test
   image: python:3.8-alpine
   before_script:
-    - apk add poetry
+    - apk add build-base poetry
     - poetry install
   script:
     - poetry run pytest
-- 
GitLab