Skip to content
Snippets Groups Projects
Commit c49a5762 authored by René Schöne's avatar René Schöne
Browse files

needs needs job not stage

parent 6a608333
No related branches found
No related tags found
1 merge request!2CI and other bugs
Pipeline #9574 failed
...@@ -37,7 +37,7 @@ test: ...@@ -37,7 +37,7 @@ test:
stage: test stage: test
needs: needs:
- build - build
- models - prepareTTCrepo
script: script:
- ./gradlew --console=plain --info test - ./gradlew --console=plain --info test
artifacts: artifacts:
...@@ -50,7 +50,7 @@ timing: ...@@ -50,7 +50,7 @@ timing:
stage: benchmark stage: benchmark
needs: needs:
- build - build
- models - prepareTTCrepo
script: script:
- ./all-timed-benchmark.sh - ./all-timed-benchmark.sh
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment