We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c1ca5c commit 90d792cCopy full SHA for 90d792c
.gitlab-ci.yml
@@ -22,6 +22,8 @@ pages:
22
- mkdir .public
23
- cp -r reports/html/* .public
24
- mv .public public
25
+ dependencies:
26
+ - setup_and_run_tests
27
artifacts:
28
paths:
29
- public
0 commit comments