Skip to content
Snippets Groups Projects
.gitlab-ci.yml 200 B
Newer Older
lucha's avatar
lucha committed
stages:
  - test

test:
  stage: test
lucha's avatar
lucha committed
  script:
    - composer install --prefer-dist --no-ansi --no-progress --no-interaction
lucha's avatar
lucha committed
  cache:
    paths:
      - vendor/
      - app/