Skip to content

Commit

Permalink
CI: pass stderr also to tee
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanVanAssche committed Oct 5, 2023
1 parent 80408a8 commit bb996d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ General:
# Improve performance with overlayfs.
DOCKER_DRIVER: overlay2
script:
- 'mvn $MAVEN_CLI_OPTS -Dtest=$TEST test | tee $TEST.log'
- 'mvn $MAVEN_CLI_OPTS -Dtest=$TEST test 2>&1 | tee $TEST.log'
artifacts:
when: always
paths:
Expand Down

0 comments on commit bb996d4

Please sign in to comment.