Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
teknikattan-scoring-system
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tddd96-grupp1
teknikattan-scoring-system
Commits
26b83bf4
Commit
26b83bf4
authored
3 years ago
by
Victor Löfgren
Browse files
Options
Downloads
Patches
Plain Diff
fix: Change node:12 to node
parent
1e7aa5bf
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#40051
passed
3 years ago
Stage: setup
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab/client.gitlab-ci.yml
+6
-6
6 additions, 6 deletions
.gitlab/client.gitlab-ci.yml
with
6 additions
and
6 deletions
.gitlab/client.gitlab-ci.yml
+
6
−
6
View file @
26b83bf4
client:setup
:
image
:
node
:10
image
:
node
stage
:
setup
only
:
refs
:
...
...
@@ -9,14 +9,14 @@ client:setup:
-
cd client
-
npm install
artifacts
:
name
:
"
artifacts
"
name
:
'
artifacts
'
untracked
:
true
expire_in
:
15 mins
paths
:
-
client/.npm/
-
client/node_modules/
cache
:
key
:
"
$CI_COMMIT_REF_SLUG
"
key
:
'
$CI_COMMIT_REF_SLUG
'
paths
:
-
client/.npm/
-
client/node_modules/
...
...
@@ -24,7 +24,7 @@ client:setup:
client:linting
:
image
:
node:10
stage
:
test
needs
:
[
"
client:setup
"
]
needs
:
[
'
client:setup
'
]
allow_failure
:
true
only
:
refs
:
...
...
@@ -39,7 +39,7 @@ client:linting:
client:test
:
image
:
node:10
stage
:
test
needs
:
[
"
client:setup
"
]
needs
:
[
'
client:setup
'
]
only
:
refs
:
-
dev
...
...
@@ -56,7 +56,7 @@ client:test:
client:report
:
image
:
python
stage
:
report
needs
:
[
"
client:test
"
]
needs
:
[
'
client:test
'
]
only
:
refs
:
-
merge_requests
...
...
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