From 380897c98d1a5cb367afc893b1eafcb01ce2dec0 Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Mon, 11 Nov 2019 01:35:26 +0200 Subject: [PATCH] Bubblegum fix CI build --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eb8a9f4..9a3f070 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,7 +33,7 @@ ts:build: image: node:12 stage: build script: - - npm run build + - API_URL=http://web.sik.party:8000/api npm run build # test:unit: # image: node:12