To execute your custom script before or after the Code Studio script, add a before_script or after_script to a Code Studio job:
before_script
after_script
include: - project: 'acquia/standard-template' file: - '/gitlab-ci/Auto-DevOps.acquia.gitlab-ci.yml' "Test Drupal": before_script: - echo “Hello world!”
If this content did not answer your questions, try searching or contacting our support team for further assistance.