Fixing tests

This commit is contained in:
retropikzel 2025-10-25 05:47:21 +03:00
parent ce090c2488
commit 0a11f1b7ae
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -3,6 +3,7 @@ pipeline {
dockerfile {
filename 'Dockerfile.jenkins'
args '--user=root --privileged -v /var/run/docker.sock:/var/run/docker.sock'
reuseNode true
}
}