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

Adding dockerfile for testing container and modifying gitlab-ci

parent ad5f7982
Branches
Tags
No related merge requests found
Pipeline #
FROM docker.io/node:8-stretch
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update \
&& apt-get install -y chromium
ENV CHROME_BIN=chromium
WORKDIR /usr/src/app
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