Updating tests

This commit is contained in:
retropikzel 2025-09-26 07:53:58 +03:00
parent 5582c167f1
commit 1b32010c66
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -14,9 +14,9 @@ pipeline {
stage('Tests x86_64 Debian') {
agent {
dockerfile {
docker {
label 'docker-x86_64'
filename 'Dockerfile.jenkins'
image 'retropikzel1/compile-r7rs'
args '--user=root --privileged -v /var/run/docker.sock:/var/run/docker.sock'
}
}