[#2497] Specified SHELL in .gitlab-ci.yml as required for `exexec`.
[akkoma] / .gitlab-ci.yml
index aad28a2d879459c3c7ad3ea9a645239ec3bb49e5..e596aa0ec29c94c13080a8dfbda6e6498c43abdc 100644 (file)
@@ -6,6 +6,8 @@ variables: &global_variables
   POSTGRES_PASSWORD: postgres
   DB_HOST: postgres
   MIX_ENV: test
+  SHELL: /bin/sh
+  USER: root
 
 cache: &global_cache_policy
   key: ${CI_COMMIT_REF_SLUG}