To all users of openQA or anyone interested in running system-level tests in CI jobs, I would like to make you aware of a new approach for running system-level tests using "isotovideo", the main backend of openQA tests, within continuous integration (CI) services, for example github actions, travis CI, gitlab CI, etc. Following an updated section https://github.com/os-autoinst/os-autoinst#getting-started it is possible to run "openQA tests" using a simple, convenient container based on tests that can be provided for example in a git repository. An easy example is described in https://github.com/os-autoinst/os-autoinst-distri-example#local-testing-and-... Find the latest example CI run directly following https://github.com/os-autoinst/os-autoinst-distri-example/actions I consider the above approach very suitable if one wants to run system level tests following the "openQA test API" in any project where direct feedback from CI jobs is appreciated but only a limited number of test scenarios are needed, no heavy visual tests are run where the openQA web UI would provide a more convenient interface, or when wanting to test changes to already existing openQA tests but in pull requests before they are merged. For more elaborate examples a complete openQA setup is more suitable. If you want to read more about openQA in general visit http://open.qa/ There is also a single HTML file document http://open.qa/docs/ as well as a PDF version http://open.qa/docs/current.pdf Have fun, Oliver