Enable running without terminal in CI

This commit is contained in:
Marian Steinbach 2022-10-20 22:27:02 +02:00
parent ce0b4bf757
commit 2fb9b5f863

View file

@ -41,7 +41,7 @@ export:
# run spider tests
test:
docker run --rm -ti \
docker run --rm \
-v $(PWD)/volumes/dev-shm:/dev/shm \
-v $(PWD)/secrets:/secrets \
-v $(PWD)/screenshots:/screenshots \