Skip to content
Snippets Groups Projects
Verified Commit 54360ecf authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Improve error reporting and fix issue with broken tests

parent ab3ecb7f
Branches
No related tags found
No related merge requests found
...@@ -34,9 +34,9 @@ test: ...@@ -34,9 +34,9 @@ test:
- name: "k8r.eu/justjanne/quassel-docker" - name: "k8r.eu/justjanne/quassel-docker"
alias: "quasselcore" alias: "quasselcore"
variables: variables:
QUASSEL_CONTAINER: "quassel:4242" QUASSEL_CONTAINER: "quasselcore:4242"
script: script:
- "./gradlew check -x connectedCheck coberturaTestReport" - "./gradlew check -x connectedCheck coberturaTestReport --stacktrace"
artifacts: artifacts:
paths: paths:
- "*/build/test-results/**/TEST-*.xml" - "*/build/test-results/**/TEST-*.xml"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment