From 35111b5b53c43cbc260568815550c72ecb1ee154 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 29 Aug 2022 20:01:55 -0500 Subject: [PATCH] GitLab CI: try copying prod build for test --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ce87550492..e28c0e9cf8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,9 +25,12 @@ stages: deps: stage: deps + variables: + MIX_ENV: prod script: - mix deps.get - mix deps.compile + - rsync -av _build/prod _build/test cache: <<: *cache policy: pull-push