Forked from
tests / apertis-test-cases
450 commits behind the upstream repository.
-
Andrej Shadura authored
Signed-off-by:
Andrej Shadura <andrew.shadura@collabora.co.uk>
Andrej Shadura authoredSigned-off-by:
Andrej Shadura <andrew.shadura@collabora.co.uk>
.gitlab-ci.yml 593 B
image: registry.gitlab.apertis.org/infrastructure/apertis-docker-images/v2021dev1-testcases-builder
test-renderer:
stage: test
script:
- python3 -m unittest discover -v
test:
stage: test
script:
- ./atc test-cases/ -d test/ --index-page
artifacts:
paths:
- test
except:
- apertis/v2019pre
- apertis/v2019dev0
- apertis/v2020dev0
- apertis/v2020pre
- apertis/v2020
- apertis/v2021dev0
pages:
stage: deploy
script:
- ./atc test-cases/ -d public/ --index-page
artifacts:
paths:
- public
only:
- apertis/v2021dev1