Skip to content
Snippets Groups Projects
Commit cdc5c680 authored by FORESTIER Fabien's avatar FORESTIER Fabien
Browse files

Change place f npm install in dockerfile-testing

parent 43ebbee1
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -5,9 +5,10 @@ ARG DEBIAN_FRONTEND=noninteractive ...@@ -5,9 +5,10 @@ ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y chromium && apt-get install -y chromium
RUN npm install --dev
ENV CHROME_BIN=chromium ENV CHROME_BIN=chromium
WORKDIR /usr/src/app WORKDIR /usr/src/app
RUN npm install --dev
CMD ["npm", "test:ci"] CMD ["npm", "test:ci"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment