diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 384e0ee4f1385591f1efcf0e86a193705c94f352..e341649304a282c1ea75903bd710a4844f5096c1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -165,7 +165,7 @@ test_front: only: - branches script: - - yarn install + - yarn install --check-files - yarn test:unit cache: key: "funkwhale__front_dependencies" @@ -193,11 +193,6 @@ build_front: # cf https://dev.funkwhale.audio/funkwhale/funkwhale/issues/169 - yarn build | tee /dev/stderr | (! grep -i 'ERROR in') - chmod -R 755 dist - cache: - key: "funkwhale__front_dependencies" - paths: - - front/node_modules - - front/yarn.lock artifacts: name: "front_${CI_COMMIT_REF_NAME}" paths: