diff --git a/Jenkinsfile b/Jenkinsfile
index 6e02ebc..f642ab6 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -44,7 +44,7 @@ podTemplate(
 
         stage('Run Tests') {
             container('golang-alpine') {
-                writeFile(file: workspace + "/test-chamber-13.lan.root.crt", text: functions.getLocalRootCA())
+                writeFile(file: workspace + "/test-chamber-13.lan.root.crt", text: functions.getCurrentRootCA())
                 sh """
                     if [ ! "/usr/bin/curl" ] || [ ! -x "/usr/bin/curl" ]; then
                         apk add --no-cache curl