Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dcc-js
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
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
D-PTB
DCC
Development
dcc-js
Merge requests
!5
Add tests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Add tests
feat-jest-tests
into
master
Overview
1
Commits
50
Pipelines
42
Changes
1
Merged
Add tests
Jan Loewe
requested to merge
feat-jest-tests
into
master
Feb 15, 2023
Overview
1
Commits
50
Pipelines
42
Changes
1
0
0
Merge request reports
Viewing commit
4ffce137
Prev
Next
Show latest version
1 file
+
6
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
4ffce137
ci: fix missing cache
· 4ffce137
Jan Loewe
authored
Feb 13, 2023
.gitlab-ci.yml
+
6
−
0
View file @ 4ffce137
Edit in single-file editor
Open in Web IDE
Show full file
@@ -3,6 +3,12 @@ image: node:18.14.0
stages
:
-
test
# === Caches ===
.yarn-cache
:
&yarn-cache
key
:
yarn-$CI_JOB_IMAGE
paths
:
-
.yarn
# === Proxy ===
# Description: sets up the proxy needed for the runner inside of the PTB. Produces a build.env that is used in the next jobs
proxy
:
Loading