From fc27cad11168e9cc2ebeabcbc468526e40bf0d1e Mon Sep 17 00:00:00 2001 From: Alejandro Lopez Gestoso <alopez@iri.upc.edu> Date: Fri, 2 Sep 2022 17:01:56 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7017a5a..6a03cba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,8 +12,8 @@ do if [ ${i} -eq 1 ] then - apt -y install ${DEP[${i}]:1} + apt -y install ${DEP[${i}]:1}; else - apt -y install ${DEP[${i}]} + apt -y install ${DEP[${i}]}; fi done \ No newline at end of file -- GitLab