Skip to content
Snippets Groups Projects

CI and other bugs

Merged René Schöne requested to merge ci into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -37,7 +37,7 @@ test:
stage: test
needs:
- build
- models
- prepareTTCrepo
script:
- ./gradlew --console=plain --info test
artifacts:
@@ -50,7 +50,7 @@ timing:
stage: benchmark
needs:
- build
- models
- prepareTTCrepo
script:
- ./all-timed-benchmark.sh
artifacts:
Loading