Update docker image for gitlab ci
commit
d918d56a7e
|
@ -1,13 +1,9 @@
|
|||
image: node:4-stretch
|
||||
image: $BUILD_IMAGE
|
||||
|
||||
stages:
|
||||
- build
|
||||
- deploy
|
||||
|
||||
before_script:
|
||||
- apt-get update
|
||||
- apt-get -y install --no-install-recommends texinfo texlive-latex-base
|
||||
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
|
|
Loading…
Reference in New Issue