Skip to content
Snippets Groups Projects
Commit 9cd4486d authored by Carl Mai's avatar Carl Mai
Browse files

ci: try another version to reverse the grep result

parent 04df49ca
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ test_benchmark:
script:
- docker pull $CONTAINER_TEST_IMAGE
- docker run $CONTAINER_TEST_IMAGE /ttc18/gradlew benchmarkFull -Pscenario=0,small 2>&1 | tee benchmarkFull.log
- ! grep "BUILD FAILED" benchmarkFull.log
- grep "BUILD FAILED" benchmarkFull.log; test $? -eq 1
test_unit_tests:
stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment