From 6fc48c16885e2f71f62a2cda0b23465a0af021da Mon Sep 17 00:00:00 2001 From: David Rocha Date: Fri, 14 Jan 2022 18:33:28 +0000 Subject: [PATCH] add it2s-obd to ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 65a0f10..ccb9d3d 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 --overwrite=* --noconfirm + - pacman -Sy zeromq it2s-config-git it2s-asn-git it2s-tender-git it2s-gps-git it2s-obd-git --overwrite=* --noconfirm build: stage: build