Fixing tests

This commit is contained in:
retropikzel 2025-10-09 11:08:39 +03:00
parent a8ee20a4cc
commit a70bbce0d9
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
agent {
dockerfile {
label 'docker-x86_64'
filepath 'Dockerfile.jenkins'
filename 'Dockerfile.jenkins'
args '--user=root --privileged -v /var/run/docker.sock:/var/run/docker.sock'
}
}