ci(gitlab-ci): add chromium to frontend dependencies
This commit is contained in:
parent
0d40207fe3
commit
b45b7452ea
@ -9,6 +9,10 @@ RUN apt-get -y install curl npm
|
||||
# Build and watch dependencies
|
||||
RUN apt-get -y install exiftool
|
||||
|
||||
# Test dependencies
|
||||
RUN apt-get -y install chromium
|
||||
ENV CHROME_BIN=chromium
|
||||
|
||||
# TODO: pin nodejs/npm version
|
||||
# RUN npm install -g n
|
||||
# RUN n 14.19.1
|
||||
|
||||
Reference in New Issue
Block a user