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

ci next try to fix unit test run

parent cbfe5600
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ test_unit_tests:
- dockered
script:
- docker pull $CONTAINER_TEST_IMAGE
- docker run $CONTAINER_TEST_IMAGE echo "test.enabled = false" >> /ttc18/jastadd-mquat-solver-genetic/build.gradle && /ttc18/gradlew test
- docker run $CONTAINER_TEST_IMAGE /bin/bash -c 'echo "test.enabled = false" >> /ttc18/jastadd-mquat-solver-genetic/build.gradle && /ttc18/gradlew test'
release-image:
stage: release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment