[#2497] Customized exexec launch to support root operation (currently required by Gitlab CI).

This commit is contained in:
Ivan Tashkinov 2020-05-21 21:47:32 +03:00
commit 3a1e810aaa
6 changed files with 59 additions and 4 deletions

View file

@ -6,6 +6,7 @@ variables: &global_variables
POSTGRES_PASSWORD: postgres
DB_HOST: postgres
MIX_ENV: test
USER: root
cache: &global_cache_policy
key: ${CI_COMMIT_REF_SLUG}