Commit 4562273d authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Correction du .gitlab-ci.yml

parent 7e64e596
Loading
Loading
Loading
Loading
+1 −8
Original line number Diff line number Diff line
image: localhost:5000/unicaen-dev-php7.0-apache
image: localhost:5000/unicaen-dev-php7.4-apache
  
stages:
  - test
  - release

cache:
  paths:
    - vendor/

test:
  stage: test
  script:
    - composer install --dev
    - composer test module/ImportData

release_job:
  stage: release
  image: registry.gitlab.com/gitlab-org/release-cli:latest