diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d475126..8c7a1a5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,7 @@ test-api-dev: script: - docker-compose -f docker-compose.ci.yml --env-file ci/.env.ci up -d - sleep 30 + - docker-compose -f docker-compose.ci.yml --env-file ci/.env.ci logs - docker exec -t v3-user sh -c "npm run test:integration" rules: - if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH || $CI_COMMIT_MESSAGE =~ /--check/ || $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'