Commit c821106b authored by Tobias Munk's avatar Tobias Munk

fixed order

parent 1043c0fa
Pipeline #10487 passed with stages
in 46 seconds
......@@ -21,9 +21,9 @@ build:
test:
stage: test
script:
- cp src/app.env-dist src/app.env
- cd tests
- cp .env-dist .env
- cp src/app.env-dist src/app.env
- docker-compose run --entrypoint composer forrest --prefer-dist install
- docker-compose run forrest run
......
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