diff --git a/Jenkinsfile b/Jenkinsfile index 01ec860..f81ecc1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ servepeline { stages { stage('Linux Testing') { steps { - checkout + git(url: "https://gitea.baskinprattle.com/jbaskin/morethantext-web.git") sh "cargo test" } }