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

Test modif .gitlab-ci.yml pour cache gitlab ci.

parent 766d2e76
Loading
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -9,4 +9,7 @@ cache:

test:
  stage: test
  script: composer install --dev && composer development-disable ; composer test module/ImportData
  script:
    - composer install --dev
    - composer development-disable
    - composer test module/ImportData