diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 648fcc6..153da3a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,7 +27,7 @@ deploy-front-job: - release_front image: node:22.12 script: - - npm install react-scripts@latest + - npm install - cd front - ls - npm run build