Skip to content
Snippets Groups Projects
Commit 32851630 authored by Tom Polakovic's avatar Tom Polakovic
Browse files

Changed order.

parent 32bc943f
No related branches found
No related tags found
No related merge requests found
...@@ -49,6 +49,14 @@ cal_sim_1_dummy_test2: ...@@ -49,6 +49,14 @@ cal_sim_1_dummy_test2:
script: script:
- echo "here we run simulation" - echo "here we run simulation"
roman_pot_simu:
stage: simulate
tags:
- sodium
script:
- bash trackers/roman_pot_simu.sh
allow_failure: true
cal_test_1_dummy_test2: cal_test_1_dummy_test2:
stage: benchmarks stage: benchmarks
tags: tags:
...@@ -89,14 +97,6 @@ track_test_1_dummy_test: ...@@ -89,14 +97,6 @@ track_test_1_dummy_test:
- bash trackers/dummy_test.sh - bash trackers/dummy_test.sh
allow_failure: true allow_failure: true
roman_pot_simu:
stage: simulate
tags:
- sodium
script:
- bash trackers/roman_pot_simu.sh
allow_failure: true
roman_pot_benchmark: roman_pot_benchmark:
stage: benchmarks stage: benchmarks
tags: tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment