Mettre à jour le fichier .gitlab-ci.yml

This commit is contained in:
Laurent GAY
2025-09-13 18:11:56 +00:00
parent 2120350879
commit 3a7c4176c0

View File

@@ -46,6 +46,7 @@ install:
script: script:
- rm -rf ~/.hex/cache.ets - rm -rf ~/.hex/cache.ets
- npm ci - npm ci
- mix deps.clean --all
- mix deps.get - mix deps.get
- mix compile - mix compile