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
Loading
Loading
Loading
Loading
Loading
+4 −2
Original line number Original line Diff line number Diff line
@@ -139,8 +139,10 @@ tests-fedora-missing-deps:
    - dnf mark install fuse-libs
    - dnf mark install fuse-libs
    - dnf erase -y bubblewrap ostree
    - dnf erase -y bubblewrap ostree


    # Since the unix platform is required to run as root, no user change required
    - useradd -Um buildstream
    - ${TEST_COMMAND}
    - chown -R buildstream:buildstream .

    - su buildstream -c "${TEST_COMMAND}"


# Automatically build documentation for every commit, we want to know
# Automatically build documentation for every commit, we want to know
# if building documentation fails even if we're not deploying it.
# if building documentation fails even if we're not deploying it.