Fixing testing

This commit is contained in:
retropikzel 2026-03-12 10:52:28 +02:00
parent 975b851e9e
commit 619dfb8ad6
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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