test: use npm ci for more deterministic tests

pull/356/head
Romain 5 months ago
parent aa6c9a906f
commit 0b1b8e2f42

@ -10,7 +10,7 @@ USER tester
# Install and cache dependencies
COPY --chown=tester package*.json /app
RUN npm install
RUN npm ci
# Copy the entire source code
COPY --chown=tester . /app

Loading…
Cancel
Save