Skip to content
Snippets Groups Projects
Commit a2a3761b authored by Benjamin Schubert's avatar Benjamin Schubert
Browse files

fixup! gitlab-ci.yml: Add linux without brwap/ostree to ensure tests behave

parent a9a949dc
No related branches found
No related tags found
No related merge requests found
Pipeline #36063062 failed
......@@ -139,8 +139,10 @@ tests-fedora-missing-deps:
- dnf mark install fuse-libs
- dnf erase -y bubblewrap ostree
# Since the unix platform is required to run as root, no user change required
- ${TEST_COMMAND}
- useradd -Um buildstream
- chown -R buildstream:buildstream .
- su buildstream -c "${TEST_COMMAND}"
# Automatically build documentation for every commit, we want to know
# if building documentation fails even if we're not deploying it.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment