Skip to content
Snippets Groups Projects
Commit 540075a2 authored by Tristan Maat's avatar Tristan Maat
Browse files

.gitlab-ci.yml: Add fallback tests to CI

parent 28a64cc6
No related branches found
No related tags found
Loading
Pipeline #
......@@ -26,7 +26,17 @@ tests:
# Run integration tests
#
integration_tests:
default_platform_tests:
script:
- dnf install -y findutils bzr
- pip3 install .
- git clone https://gitlab.com/BuildStream/buildstream-tests.git
- cd buildstream-tests
- ./run-test.sh --arg --colors test
fallback_platform_tests:
variables:
BST_FORCE_BACKEND: "fallback"
script:
- dnf install -y findutils bzr
- pip3 install .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment