From 3db6043e769154b814045a350bc5010a3696d5a7 Mon Sep 17 00:00:00 2001 From: Simon Byrne Date: Mon, 12 Aug 2019 14:36:41 -0700 Subject: [PATCH] allow run as root --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6b8f283da..fb31a1be1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,9 @@ include: .projecttest: extends: .test + variables: + OMPI_ALLOW_RUN_AS_ROOT: '1' + OMPI_ALLOW_RUN_AS_ROOT_CONFIRM: '1' before_script: - apt-get update - apt-get install --yes --no-install-recommends ssh