Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Commit

Permalink
f fix int-test #2
Browse files Browse the repository at this point in the history
  • Loading branch information
jrconlin committed Jul 27, 2021
1 parent a7fe32e commit 05158d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:
name: Run Integration tests
command: |
echo "$DOCKER_PASS" | docker login -u "$DOCKER_USER" --password-stdin
docker-compose -f docker-compose.yml run client
docker-compose --use-aliases -f docker-compose.yml run client
workflows:
version: 2
Expand Down

0 comments on commit 05158d5

Please sign in to comment.