Commit f12bd672 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

CI : Test désactivation du cache pour corriger l'erreur mentionnée dans le job

parent a7c8a849
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -4,10 +4,10 @@ stages:
- publish
#- tests

cache:
  key: ${CI_COMMIT_REF_SLUG}
  paths:
  - vendor/
#cache:
#  key: ${CI_COMMIT_REF_SLUG}
#  paths:
#  - vendor/

#unit-tests:
#  stage: tests