Olivier Massot 1 year ago
parent
commit
ab54d18ef4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .gitlab-ci.yml

+ 1 - 0
.gitlab-ci.yml

@@ -17,6 +17,7 @@ before_script:
 static_analysis:
   script:
     - php --version
+    - php -i | grep ini
     - php -d memory_limit=-1 vendor/bin/phpstan analyse -c phpstan.neon.dist --error-format gitlab > phpstan.json  # Display code quality in MR
   artifacts:
     when: always