From 27806e00b0f12121e2a48d2d7af0198d0edbe258 Mon Sep 17 00:00:00 2001 From: Ranindya Paramitha <23520019@std.stei.itb.ac.id> Date: Sun, 21 Mar 2021 21:52:03 +0700 Subject: [PATCH] try CI/CD test --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3972c5d7..77ac49a2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,7 +58,7 @@ test: - registry_login - install_compose - sed_files compose - - docker-compose -p tests run -p 3000 --rm backend npm run test-prod + - docker-compose -p tests run -p 3000 -e NODE_ENV=test-prod --rm backend npm run test-prod release: variables: -- GitLab