Skip to content
Snippets Groups Projects
Commit fc27cad1 authored by Alejandro Lopez Gestoso's avatar Alejandro Lopez Gestoso
Browse files

Update .gitlab-ci.yml file

parent b7085313
No related branches found
No related tags found
No related merge requests found
Pipeline #13229 failed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment