diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 29b710d..d06637a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,8 @@ merge:build: stage: build script: - npm install + - cp example.env.local .env.local + - cp example.env.local .env.test only: - merge_requests artifacts: @@ -50,6 +52,8 @@ build: stage: build script: - npm install + - cp example.env.local .env.local + - cp example.env.local .env.test only: - develop - main