test ci --check

This commit is contained in:
Gsk54 2023-01-10 11:30:56 +01:00
parent e0d7306560
commit 6ec66bee1e
2 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,7 @@ stages:
##############
unit-test:
stage: test
stage: test:unit
image: node:18-alpine3.16
script:
- npm install

View File

@ -13,6 +13,8 @@ COPY package*.json ./
# Install app dependencies
RUN npm ci
RUN npx prisma generate
# Bundle app source
COPY . .