diff --git a/Jenkinsfile b/Jenkinsfile
index f6e92c276736069a4ff756879cf677e805478244..7dea97ebf309f7a05760ca0557933541d606b016 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -136,7 +136,7 @@
             readTrusted 'Makefile'
             
             unstash 'maxmind'
-            sh 'make generate-spec'
+            sh 'make compile-test-resources'
 
             withCredentials([string(credentialsId: 'sonarcloud-token-geoip-rest-api', variable: 'SONAR_TOKEN')]) {
               sh 'mvn -B clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \