.npm-dependencies: image: $NODE_IMAGE stage: dependencies before_script: - > if [ "$FRONTEND_DIR" != "" ]; then cd $FRONTEND_DIR fi script: - npm ci --no-audit artifacts: expire_in: 1 days paths: - '**/node_modules'