Fixing testing

This commit is contained in:
retropikzel 2026-03-12 10:52:26 +02:00
parent a4c23cd19d
commit 71d611c2a5
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -22,7 +22,7 @@ pipeline {
stages {
stage('Docker image warmup') {
steps {
sh "docker build -f Dockerfile.test"
sh "docker build -f Dockerfile.test ."
}
}