diff --git a/Jenkinsfile b/Jenkinsfile index 7ee2b60..a8ab8ac 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,9 @@ pipeline { // Testing latex isn't really a thing, but we could do basic sanity checks in the future? stage('Deploy') { - echo 'Starting deploy step...' + steps{ + echo 'Starting deploy step...' + } } } } \ No newline at end of file