1
0
Fork 0
mirror of https://github.com/Findus23/rebound-collisions.git synced 2024-09-18 14:43:49 +02:00

run tests separatly

This commit is contained in:
Lukas Winkler 2022-01-30 20:09:45 +01:00
parent aef8bda87b
commit a19a808e40
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -48,18 +48,47 @@ simulation_run:
- "test_simulationrun*"
expire_in: 60 days
visualisation:
analyze:
stage: visualisation
needs:
- simulation_run
script:
- mkdir plots
- poetry run python analyze.py test_simulationrun
collisionhistory:
stage: visualisation
needs:
- simulation_run
script:
- mkdir plots
- poetry run python collisionhistory.py test_simulationrun
collisionstats:
stage: visualisation
needs:
- simulation_run
script:
- mkdir plots
- poetry run python collisionstats.py test_simulationrun
particle_numbers:
stage: visualisation
needs:
- simulation_run
script:
- mkdir plots
- poetry run python particle_numbers.py test_simulationrun
final_results:
stage: visualisation
needs:
- simulation_run
script:
- mkdir plots
- poetry run python final_results.py test_simulationrun
graph:
stage: visualisation
needs: