Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
stgroup
ttc18
Commits
e6fefe10
Commit
e6fefe10
authored
Jul 19, 2018
by
Carl Mai
Browse files
ci next try to fix unit test run
parent
cbfe5600
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e6fefe10
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment