Commit 92442ae7 authored by Abhishek's avatar Abhishek
Browse files

Update .gitlab-ci.yml file

parent 7c595e7e
Pipeline #11778 skipped with stage
...@@ -26,8 +26,8 @@ run_full_automation: ...@@ -26,8 +26,8 @@ run_full_automation:
- docker-compose up -d - docker-compose up -d
- echo "Waiting for Moodle..." - echo "Waiting for Moodle..."
- sleep 120 - sleep 120
- chmod +x your_main_script.sh - chmod +x test-moodle.sh
- ./your_main_script.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