Skip to content

Commit 483e8df

Browse files
committed
fix dependency
1 parent f38ce95 commit 483e8df

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,13 @@ setup_tests:
1818

1919
ui:
2020
stage: run_tests
21-
needs:
22-
- setup_tests
21+
needs: [ "setup_tests" ]
2322
script:
2423
- pytest --junitxml=reports/xml/report.xml --template=html1/index.html --report=reports/html/index.html -m ui -v
2524

2625
api:
2726
stage: run_tests
28-
needs:
29-
- setup_tests
27+
needs: [ "setup_tests" ]
3028
script:
3129
- pytest --junitxml=reports/xml/report.xml --template=html1/index.html --report=reports/html/index.html -m api -v
3230

0 commit comments

Comments
 (0)