Fix integration test assumptions

This commit is contained in:
Derry Hamilton 2019-06-18 15:01:04 +01:00
parent ff157e6a59
commit 981b59225b
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,6 @@
#!/bin/bash
docker build --target tester -t rasilon/ujetl_tester docker/multistage
docker-compose -f docker/test_compose/docker-compose.yml run --rm tests
docker-compose -f docker/test_compose/docker-compose.yml down

View file

@ -12,7 +12,7 @@ services:
POSTGRES_PASSWORD: password
POSTGRES_DB: postgres
tests:
image: rasilon/ujetl_test:latest
image: rasilon/ujetl_tester:latest
build:
context: ../multistage
links: