Commit f75edbee authored by Tobias Munk's avatar Tobias Munk

fixed tests

parent ffe32682
...@@ -6,7 +6,7 @@ services: ...@@ -6,7 +6,7 @@ services:
- docker - docker
before_install: before_install:
- cp src/app.env-dist src/app.env - cp config/app.env-dist config/app.env
- cp tests/.env-dist tests/.env - cp tests/.env-dist tests/.env
- composer install --prefer-dist - composer install --prefer-dist
......
...@@ -28,7 +28,7 @@ Prepare `docker-compose` environment ...@@ -28,7 +28,7 @@ Prepare `docker-compose` environment
and application and application
cp src/app.env-dist src/app.env cp config/app.env-dist config/app.env
mkdir web/assets mkdir web/assets
Start stack 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