diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3d06cc21627cfbb57d1b5484616ba2f5074383ec..fdd140da18359edb670a5dd2c516f1fb3b990266 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,6 +27,7 @@ build-job: # This job runs in the build stage, which runs first. script: - echo "Building application..." - npm install + - npx prisma generate - npm run build - echo "Application successfully built."