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

test disabled, benchmark-script made executable

- tests would need models from ttc-repo
parent ae0a18c6
No related branches found
No related tags found
No related merge requests found
Pipeline #9562 failed
stages: stages:
- build - build
- test # - test
- benchmark - benchmark
before_script: before_script:
...@@ -17,17 +17,17 @@ build: ...@@ -17,17 +17,17 @@ build:
script: script:
- ./gradlew --console=plain assemble - ./gradlew --console=plain assemble
test: #test:
image: openjdk:11 # image: openjdk:11
stage: test # stage: test
needs: # needs:
- build # - build
script: # script:
- ./gradlew --console=plain --info test # - ./gradlew --console=plain --info test
artifacts: # artifacts:
when: always # when: always
reports: # reports:
junit: "*/build/test-results/test/**/TEST-*.xml" # junit: "*/build/test-results/test/**/TEST-*.xml"
timing: timing:
image: openjdk:11 image: openjdk:11
......
File mode changed from 100644 to 100755
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment