CI: cleanup terraform + deduplicate and simplify

This commit is contained in:
Max Gautier
2025-03-14 17:44:04 +01:00
parent 43fceebdd3
commit b9e251ac7a
10 changed files with 38 additions and 170 deletions

View File

@@ -28,7 +28,10 @@ vagrant:
- pip install --no-compile --no-cache-dir -r $CI_PROJECT_DIR/tests/requirements.txt
- ./tests/scripts/vagrant_clean.sh
script:
- vagrant up
- ./tests/scripts/testcases_run.sh
after_script:
- vagrant destroy -f
cache:
key: $CI_JOB_NAME_SLUG
paths: