diff --git a/pipeline/Jenkinsfile b/pipeline/Jenkinsfile index 36ef1af..48a7ba8 100644 --- a/pipeline/Jenkinsfile +++ b/pipeline/Jenkinsfile @@ -7,4 +7,5 @@ node { stage 'Acceptance' sh 'pipeline/create-infrastructure.sh' + sh 'pipeline/run-infrastructure-tests.sh' } \ No newline at end of file