Skip to content

Commit

Permalink
allow run as root
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbyrne committed Aug 12, 2019
1 parent 5eb7607 commit 3db6043
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3db6043

Please sign in to comment.