diff --git a/Jenkinsfile b/Jenkinsfile index 4833c3c..d226d6d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { stage('Build Environmen') { steps { //Build environment - sh 'docker compose up --build -d' + sh 'docker compose -f docker-compose-ci.yaml up --build -d' } } stage('Install dependencies') {