Commit a77ff383 authored by Tobias Munk's avatar Tobias Munk

fixed gitlab tests

parent f75edbee
Pipeline #27471 passed with stages
in 33 minutes and 28 seconds
...@@ -34,7 +34,7 @@ build: ...@@ -34,7 +34,7 @@ build:
test: test:
stage: test stage: test
script: script:
- cp src/app.env-dist src/app.env - cp config/app.env-dist config/app.env
- cd tests - cd tests
- cp .env-dist .env - cp .env-dist .env
- docker-compose run --entrypoint composer forrest --prefer-dist install - docker-compose run --entrypoint composer forrest --prefer-dist install
......
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