Skip to content

Commit

Permalink
Pull postrgress image before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
akolod committed Apr 16, 2021
1 parent 4a16fce commit 80b4353
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
include:
- stage: build with maven & generate reports
script:
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
- docker pull postgres:9.6.12
- mvn clean verify jacoco:report coveralls:report
- stage: build docker images for server and agent
if: NOT branch = master OR type IN (pull_request)
Expand Down

0 comments on commit 80b4353

Please sign in to comment.