Skip to content
Snippets Groups Projects
Commit 641571a6 authored by Denis Arrivault's avatar Denis Arrivault
Browse files

Add index.html for the pages

parent f7f78a3a
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -40,6 +40,7 @@ pages:
- docker
script:
- ./gradlew run
- cp -r index.html public/
- mkdir -p public/Tests_Results && cp -r build/reports/tests/test/* public/Tests_Results/
- mkdir -p public/Jacoco && cp -r build/jacocoHtml/* public/Jacoco/
artifacts:
......
<html>
<head>
<title>Test Project web pages</title>
</head>
<body>
<h3>Welcome to my super Test Project web pages</h3>
<ul>
<li><a href="http://denis.arrivault.pages.lis-lab.fr/Test_Project/Tests_Results/">See the unit tests report</a></li>
<li><a href="http://denis.arrivault.pages.lis-lab.fr/Test_Project/Jacoco/">See the Jacoco coverage report</a></li>
</ul>
</body>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment