Skip to content

Commit 8cefea9

Browse files
committed
CI Fix
1 parent 3c1b4fd commit 8cefea9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ pipeline {
156156
stage('Test Mysql') {
157157
environment {
158158
COMPOSE_PROJECT_NAME = "npm_${BRANCH_LOWER}_${BUILD_NUMBER}_mysql"
159-
COMPOSE_FILE = 'docker/docker-compose.ci.mysql.yml'
159+
COMPOSE_FILE = 'docker/docker-compose.ci.yml:docker/docker-compose.ci.mysql.yml'
160160
}
161161
when {
162162
not {
@@ -184,7 +184,7 @@ pipeline {
184184
stage('Test Postgres') {
185185
environment {
186186
COMPOSE_PROJECT_NAME = "npm_${BRANCH_LOWER}_${BUILD_NUMBER}_postgres"
187-
COMPOSE_FILE = 'docker/docker-compose.ci.postgres.yml'
187+
COMPOSE_FILE = 'docker/docker-compose.ci.yml:docker/docker-compose.ci.postgres.yml'
188188
}
189189
when {
190190
not {

0 commit comments

Comments
 (0)