Skip to content
Snippets Groups Projects
Commit a8b6b40b authored by Jonas Leder's avatar Jonas Leder
Browse files

fix images for build job

parent 9066f98a
Branches
No related tags found
Loading
Pipeline #1221 failed
...@@ -26,7 +26,7 @@ docker-build: ...@@ -26,7 +26,7 @@ docker-build:
- Dockerfile - Dockerfile
pages-build:node: pages-build:node:
image: node:latest image: node:lts-alpine
stage: build stage: build
script: script:
- mkdir /build/public/js - mkdir /build/public/js
...@@ -38,7 +38,7 @@ pages-build:node: ...@@ -38,7 +38,7 @@ pages-build:node:
- public/ - public/
pages-build:php: pages-build:php:
image: compose:latest image: composer:2
stage: build stage: build
script: script:
- cd public/API - cd public/API
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment