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 18d1e2e commit f38ce95Copy full SHA for f38ce95
.gitlab-ci.yml
@@ -18,11 +18,15 @@ setup_tests:
18
19
ui:
20
stage: run_tests
21
+ needs:
22
+ - setup_tests
23
script:
24
- pytest --junitxml=reports/xml/report.xml --template=html1/index.html --report=reports/html/index.html -m ui -v
25
26
api:
27
28
29
30
31
- pytest --junitxml=reports/xml/report.xml --template=html1/index.html --report=reports/html/index.html -m api -v
32
0 commit comments