@@ -14,6 +14,10 @@ before_script:
- bash tests/ci_docker_install.sh > /dev/null
- php -v
+static_analysis:
+ script:
+ - vendor/bin/phpstan analyse -c phpstan.neon.dist --error-format=gitlab
+
unit:
stage: test