Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lecture-devops-app
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
s80984
lecture-devops-app
Commits
fc8f1a3f
Commit
fc8f1a3f
authored
3 years ago
by
s80984
Browse files
Options
Downloads
Patches
Plain Diff
Update Test Job
parent
a35b74cc
No related branches found
No related tags found
No related merge requests found
Pipeline
#14154
failed
3 years ago
Stage: build
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
app/server/Dockerfile.test
+0
-30
0 additions, 30 deletions
app/server/Dockerfile.test
with
2 additions
and
32 deletions
.gitlab-ci.yml
+
2
−
2
View file @
fc8f1a3f
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
app/server/Dockerfile.test
+
0
−
30
View file @
fc8f1a3f
# 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment