Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CoTA
cota-infra
Commits
ac4da2e6
Commit
ac4da2e6
authored
Sep 07, 2025
by
Abhishek
Browse files
Update .gitlab-ci.yml file
parent
89de1b2d
Pipeline
#11821
passed with stage
in 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ac4da2e6
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment