From 7b3cc56928cdfc6885efa50c424c31f360feb8c1 Mon Sep 17 00:00:00 2001
From: David Trattnig <david@subsquare.at>
Date: Thu, 18 Aug 2022 17:50:19 +0200
Subject: [PATCH] chore(ci/cd): install sys dependencies

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6d22a527..9e991543 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,6 +6,8 @@ stages:
 
 .install_requirements: &install_requirements
   - apt-get -qq update
+  - make init.app.sys
+  - make init.dev.sys
   - python3 -m venv python
   - . python/bin/activate
   - pip3 install -r requirements.txt
-- 
GitLab