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