Commit e44b5849 authored by Abhishek's avatar Abhishek
Browse files

Update .gitlab-ci.yml file

parent c4673e13
Pipeline #11819 passed with stage
in 16 seconds
...@@ -11,8 +11,8 @@ variables: ...@@ -11,8 +11,8 @@ variables:
DOCKER_TLS_CERTDIR: "" DOCKER_TLS_CERTDIR: ""
EUSER: "appuser" EUSER: "appuser"
EGID: "999" EGID: "999"
MOODLE_WWWROOT: "http://localhost:8080" # Updated to localhost for Docker socket MOODLE_WWWROOT: "http://host.docker.internal:8080" # Use host.docker.internal for WSL
MOODLE_URL: "http://localhost:8080" # Updated to localhost for test script MOODLE_URL: "http://host.docker.internal:8080"
MOODLE_ADMIN_USER: "user" MOODLE_ADMIN_USER: "user"
MOODLE_ADMIN_PASS: "QAYwsx@12345" MOODLE_ADMIN_PASS: "QAYwsx@12345"
......
Supports Markdown
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