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 f38ce95 commit 483e8dfCopy full SHA for 483e8df
.gitlab-ci.yml
@@ -18,15 +18,13 @@ setup_tests:
18
19
ui:
20
stage: run_tests
21
- needs:
22
- - setup_tests
+ needs: [ "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