Revize 509fc2c2
Přidáno uživatelem Stanislav Král před asi 4 roky(ů)
.gitlab-ci.yml | ||
---|---|---|
11 | 11 |
|
12 | 12 |
test_job: |
13 | 13 |
stage: test |
14 |
only: |
|
15 |
- #8219_CICD_Test |
|
14 | 16 |
script: |
15 |
- mkdir test
|
|
16 |
- echo "OK" > test/test.txt
|
|
17 |
- pip3 install -r requirements.txt
|
|
18 |
- pytest
|
|
17 | 19 |
|
18 | 20 |
deploy_job: |
19 | 21 |
stage: deploy |
Také k dispozici: Unified diff
#8219 - added CI/CD pytest stage