Skip to content
Snippets Groups Projects
Verified Commit b13bcdb0 authored by Lars Bilke's avatar Lars Bilke
Browse files

[ci] Added missing docker login to ctest results job.

parent 4b729e37
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@ ctest results:
- job: build win
- job: build mac
script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker run -v $PWD:/tmp $XUNIT_TO_JUNIT_IMAGE -s:/tmp/build/Tests/ctest.xml > ./build/ctest-junit.xml
- docker run -v $PWD:/tmp $XUNIT_TO_JUNIT_IMAGE -s:/tmp/build-win/Tests/ctest.xml > ./build-win/ctest-junit.xml
- docker run -v $PWD:/tmp $XUNIT_TO_JUNIT_IMAGE -s:/tmp/build-mac/Tests/ctest.xml > ./build-mac/ctest-junit.xml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment