Skip to content
Snippets Groups Projects
Unverified Commit 978766ca authored by Sakib Rahman's avatar Sakib Rahman Committed by GitHub
Browse files

Execute scripts in different steps

parent 548fe5cd
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@ sim:output_branch_size_scan:
stage: simulate
extends: .det_benchmark
script:
bash generate.sh
......@@ -11,6 +12,7 @@ bench:output_branch_size_scan:
needs:
- ["sim:output_branch_size_scan"]
script:
bash output_branch_size_scan.sh
results:output_branch_size_scan:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment