N°6644 - Tests: Restore proper CI branch, unit tests run and fix a typo

This commit is contained in:
Molkobain
2025-12-17 11:00:41 +01:00
parent 739b24bd02
commit eaee52ff98
3 changed files with 3 additions and 3 deletions

2
Jenkinsfile vendored
View File

@@ -11,7 +11,7 @@ node(){
checkout scm
infra = load '/var/lib/jenkins/workspace/itop-test-infra_6644-phpstan/src/Infra.groovy'
infra = load '/var/lib/jenkins/workspace/itop-test-infra_master/src/Infra.groovy'
}