Commit b9c54af7 authored by Nick Mathewson's avatar Nick Mathewson 🦞
Browse files

gitlab-ci: Disable fs mistrust in integration test

The environment where the test runner does its thing seems to want
to run as root with umask 000, which naturally makes the fs
permissions checks freak out.
parent 5b9d71f7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -132,6 +132,9 @@ build-repro:
integration:
  stage: test
  image: debian:stable-slim
  variables:
    # The build environment here runs as root and seems to have umask 000.
    ARTI_FS_DISABLE_PERMISSION_CHECKS: "true"
  script:
    - apt update
    - apt install -y tor git python3 curl dnsutils