Skip to content
Snippets Groups Projects
Commit 8e86ef7f authored by Tibo's avatar Tibo
Browse files

Update .gitlab-ci.yml

parent a0b96aed
No related branches found
No related tags found
No related merge requests found
Pipeline #1548 failed
......@@ -18,7 +18,8 @@ before_script:
# Install all project dependencies
- cd web && php ../composer.phar install
# setup Laravel
- cp web/env.test web/.env
- ls -al
- cp env.test .env
- touch web/storage/app/db.sqlite
- cd web && php artisan migrate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment