Olivier Massot il y a 1 an
Parent
commit
ab54d18ef4
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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