Skip to content
Snippets Groups Projects

Fix : CI avec lancement des tests unitaires

Merged Sarah Rubio requested to merge bugfix/CI into preprod
Files
2
+ 2
2
@@ -31,8 +31,8 @@ test:
# Install dependencies and create associated cache dirs
- mkdir -p "${APT_STATE_LISTS}/partial"
- mkdir -p "${APT_CACHE_ARCHIVES}/partial"
- apt update -qy
- apt install -y apt-utils curl libgdal-dev make locales locales-all
# - apt update -qy
- apt install -y apt-utils curl libgdal-dev make locales locales-all gettext
- dpkg-reconfigure locales
- locale-gen en_US.UTF-8
- update-locale LANG="en_US.UTF-8"
Loading