Commit 566cef04 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

CI : Réactivation du cache

parent f12bd672
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