From 9648cd5fc496f64cd328f2c8f231fcddb879f404 Mon Sep 17 00:00:00 2001 From: emanuel Date: Fri, 25 Feb 2022 17:39:39 +0000 Subject: [PATCH] Add mariadb to gitlab CI (it2s-tender optdepend) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ccb9d3d..4ba1fd0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ stages: .dependencies: before_script: - - pacman -Sy zeromq it2s-config-git it2s-asn-git it2s-tender-git it2s-gps-git it2s-obd-git --overwrite=* --noconfirm + - pacman -Sy zeromq it2s-config-git it2s-asn-git it2s-tender-git mariadb it2s-gps-git it2s-obd-git --overwrite=* --noconfirm build: stage: build