summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 8403152ba8802ddfb80e0e6f2d096d372853930c (plain)
1
2
3
4
5
6
7
8
9
10
11
qodana:
  image:
    name: jetbrains/qodana-php
    entrypoint: [""]
  variables:
    QODANA_TOKEN: $qodana_token
  script:
    - qodana
  artifacts:
    paths:
      - qodana