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 f236d2a commit 9bc3a4aCopy full SHA for 9bc3a4a
1 file changed
.gitlab-ci.yml
@@ -5,8 +5,6 @@ default:
5
- python -m pip install -U pip
6
- echo ===== install tox =====
7
- pip install tox
8
- - echo ===== create folder for artifacts =====
9
- - mkdir test-reports
10
11
stages:
12
- pytest
@@ -24,6 +22,8 @@ cache:
24
22
pytest:
25
23
stage: pytest
26
script:
+ - echo ===== create folder for artifacts =====
+ - mkdir test-reports
27
- tox -e py
28
artifacts:
29
when: always
@@ -53,6 +53,8 @@ pytest-main:
53
# run test using directly the pytest main branch
54
55
56
57
58
- tox -e pytest-main
59
60
0 commit comments