Commit f75edbee authored by Tobias Munk's avatar Tobias Munk

fixed tests

parent ffe32682
......@@ -6,7 +6,7 @@ services:
- docker
before_install:
- cp src/app.env-dist src/app.env
- cp config/app.env-dist config/app.env
- cp tests/.env-dist tests/.env
- composer install --prefer-dist
......
......@@ -28,7 +28,7 @@ Prepare `docker-compose` environment
and application
cp src/app.env-dist src/app.env
cp config/app.env-dist config/app.env
mkdir web/assets
Start stack
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment