Commit ac4da2e6 authored by Abhishek's avatar Abhishek
Browse files

Update .gitlab-ci.yml file

parent 89de1b2d
Pipeline #11821 passed with stage
in 9 seconds
image: docker:20.10.16 image: docker:20.10.16 # Docker image to run your jobs
stages: stages:
- full_test - full_test
variables: variables:
DOCKER_HOST: unix:///var/run/docker.sock DOCKER_TLS_CERTDIR: "" # Disable TLS for Docker
DOCKER_TLS_CERTDIR: ""
EUSER: "appuser" EUSER: "appuser"
EGID: "999" EGID: "999"
MOODLE_WWWROOT: "http://host.docker.internal:8080" # Use host.docker.internal for WSL MOODLE_WWWROOT: "http://host.docker.internal:8080" # Use host.docker.internal for WSL
...@@ -60,4 +59,4 @@ run_full_automation: ...@@ -60,4 +59,4 @@ run_full_automation:
- ./test-moodle.sh - ./test-moodle.sh
after_script: after_script:
- echo "Tearing down Docker environment..." - echo "Tearing down Docker environment..."
- docker-compose down -v - docker-compose down -v
\ No newline at end of file
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