From 75984d54543112d65cc4c67cb03f091bf1ad7ad0 Mon Sep 17 00:00:00 2001 From: Pascal Schmid Date: Wed, 26 Jul 2023 07:36:53 +0200 Subject: [PATCH] Gitlab CI: install dependency --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7851aa9..980f1c0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,9 @@ variables: OTP_VERSION: 26.0.2 ALPINE_VERSION: 3.18.2 +before_script: + - apk add git + stages: - test sast: