Skip to content
Snippets Groups Projects
Commit 3450d6ac authored by Martin Schultz's avatar Martin Schultz
Browse files

fixed a path in .gitlab-ci.yml

parent d7d51ee7
Branches
No related tags found
No related merge requests found
......@@ -157,7 +157,7 @@ debug-test-gcc-c++11-Qt5.9.0:
- gcc-c++11-Qt5.9.0
artifacts:
paths:
- build-debug-gcc-cpp11-qt5.9.0/Testing/Temporary/LastTest.log
- build-Debug-gcc-cpp11-qt5.9.0/Testing/Temporary/LastTest.log
test-clang-c++11-Qt5:
stage:
......@@ -212,7 +212,7 @@ debug-test-clang-c++11-Qt5.9.0:
- clang-c++11-Qt5.9.0
artifacts:
paths:
- build-debug-clang-cpp11-qt5.9.0/Testing/Temporary/LastTest.log
- build-Debug-clang-cpp11-qt5.9.0/Testing/Temporary/LastTest.log
cppcheck:
stage:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment