@@ -108,10 +108,10 @@ For more information on how to contribute to the plugin as well as important det
If you plan to fork this plugin and develop it within your desired DKRZ gitlab group while ensuring that `func-test` and `prod-test` run smoothly, you must first add the following variables to your CI/CD environment:
- CI_SWIFT_USER: Your username on Swift Cloud
- CI_SWIFT_PASSWD: Your password on Swift Cloud
- CI_SWIFT_ACCOUNT: The group account associated with your Swift Cloud username
- SLURM_ACCOUNT*: The Slurm account you want to use for job submissions
-**CI_SWIFT_USER**: Your username on Swift Cloud
-**CI_SWIFT_PASSWD**: Your password on Swift Cloud
-**CI_SWIFT_ACCOUNT**: The group account associated with your Swift Cloud username
-**SLURM_ACCOUNT**: The Slurm account you want to use for job submissions
By setting these variables correctly, you can successfully execute both functional and production tests in your CI/CD pipeline.