Browse Source

Merge branch 'hotfix/fix_ci_20250721_bis'

Olivier Massot 4 months ago
parent
commit
9d7121ba75
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .gitlab-ci.yml

+ 3 - 1
.gitlab-ci.yml

@@ -6,6 +6,8 @@ stages:
 variables:
   APP_ENV: ci
   GIT_CLEAN_FLAGS: -ffdx
+  YARN_ENABLE_GLOBAL_CACHE: 'false'
+  YARN_ENABLE_TELEMETRY: 'false'
 
 cache:
   key: ${CI_COMMIT_REF_SLUG}-${CI_PIPELINE_ID}
@@ -29,7 +31,7 @@ build_image:
     #- rm -rf node_modules/ .yarn/ || true
     - echo "" > ./env/local.app.opentalent.fr.crt
     - echo "" > ./env/local.app.opentalent.fr.key
-    - yarn install --frozen-lockfile --network-timeout 10000
+    - yarn install --frozen-lockfile --network-timeout 60000
     - HOSTNAME=ci yarn prepare
 
 unit: