Skip to content
Snippets Groups Projects
Commit fc8f1a3f authored by s80984's avatar s80984
Browse files

Update Test Job

parent a35b74cc
No related branches found
No related tags found
No related merge requests found
Pipeline #14154 failed
...@@ -61,9 +61,9 @@ job_test-image: ...@@ -61,9 +61,9 @@ job_test-image:
stage: test stage: test
tags: tags:
- docker-privileged - docker-privileged
image: docker:20.10.12 image: docker
services: services:
- name: docker:20.10.12-dind - name: docker
# alias: containerhost # alias: containerhost
variables: variables:
# NOTE: some random port that hopefully is free on the runner # NOTE: some random port that hopefully is free on the runner
......
# FROM node:16
# # Copy your source file directory into /app
# # WORKDIR ${HOME}
# # COPY /app
# # Change to /app
# WORKDIR /app
# # Install make
# # RUN apt update && apt install -y make
# # COPY package*.json ./
# WORKDIR /app/client
# RUN npm install
# WORKDIR /app/server
# RUN npm install
# # SERVER_PUBLIC_URL ?= http://127.0.0.1:3001
# # # run make
# # RUN make install
# # RUN make build
# # CMD ["npm", "serve", "--port 4000"]
# # RUN make run
# EXPOSE 8080
FROM node:16 FROM node:16
# Create app directory # Create app directory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment