From 2f4b67859a04b89f09060e2cec5f315a2c0b62b4 Mon Sep 17 00:00:00 2001 From: Mateo Cindric Date: Wed, 14 Dec 2022 17:26:28 +0000 Subject: [PATCH] Remove systemd as a CI dependency --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 714c3700..d7745f74 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ stages: # install libraries before_script: - apt-get update - - apt-get -y install clang cmake git libpcre2-dev libsystemd-dev + - apt-get -y install clang cmake git libpcre2-dev - apt-get -y install python3 python3-pip - git clone https://github.com/CESNET/libyang.git - git clone https://github.com/sysrepo/sysrepo.git