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
Branches
No related tags found
No related merge requests found
Pipeline #9562 failed
stages:
- build
- test
# - test
- benchmark
before_script:
......@@ -17,17 +17,17 @@ build:
script:
- ./gradlew --console=plain assemble
test:
image: openjdk:11
stage: test
needs:
- build
script:
- ./gradlew --console=plain --info test
artifacts:
when: always
reports:
junit: "*/build/test-results/test/**/TEST-*.xml"
#test:
# image: openjdk:11
# stage: test
# needs:
# - build
# script:
# - ./gradlew --console=plain --info test
# artifacts:
# when: always
# reports:
# junit: "*/build/test-results/test/**/TEST-*.xml"
timing:
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