diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 465ed21..21bcf33 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,7 +34,7 @@ build: # This job runs in the build stage, which runs first. - echo "Compiling the code..." - echo $DOCKER_VOLUME - echo $DOCKER_COMPOSE_VOLUME - - yarn install --immutable + - yarn install --mode=update-lockfile - yarn build - sudo cp -r $PWD/dist/. $DOCKER_VOLUME/scheduler/back/dist - sudo cp $PWD/package.json $DOCKER_VOLUME/scheduler/back/dist