From 7e25000e68e8aece384ae78b047c500c05b814ef Mon Sep 17 00:00:00 2001 From: Deon George Date: Mon, 22 Jan 2024 23:02:13 +1100 Subject: [PATCH] Test needs npm --- .gitlab-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-test.yml b/.gitlab-test.yml index e17e8d6..8572e47 100644 --- a/.gitlab-test.yml +++ b/.gitlab-test.yml @@ -27,6 +27,7 @@ test: - mv .env.testing .env # Install npm and dependancies + - apk add --no-cache npm - npm i - npm run prod