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
Merge requests
!6
Issue/2 test front end
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue/2 test front end
issue/2-test-front-end
into
dev
Overview
0
Commits
18
Pipelines
0
Changes
1
Merged
Albin Henriksson
requested to merge
issue/2-test-front-end
into
dev
4 years ago
Overview
0
Commits
18
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
ea2b38db
Prev
Next
Show latest version
1 file
+
5
−
16
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ea2b38db
#2
: Changing folder on each script and artifact path
· ea2b38db
Albin Henriksson
authored
4 years ago
.gitlab-ci.yml
+
5
−
16
Options
@@ -15,8 +15,8 @@ install:
untracked
:
true
expire_in
:
60 mins
paths
:
-
.npm/
-
node_modules/
-
client/
.npm/
-
client/
node_modules/
build
:
stage
:
build
@@ -25,7 +25,7 @@ build:
-
CI=false npm run build
artifacts
:
paths
:
-
build
-
client/
build
expire_in
:
60 mins
dependencies
:
-
install
@@ -33,6 +33,7 @@ build:
linting
:
stage
:
quality
script
:
-
cd client
-
npm run lint
dependencies
:
-
install
@@ -40,21 +41,9 @@ linting:
test:unit
:
stage
:
quality
script
:
-
cd client
-
npm run test:coverage
dependencies
:
-
install
coverage
:
/All files[^|]*\|[^|]*\s+([\d\.]+)/
test:e2e
:
stage
:
quality
image
:
cypress/browsers:chrome69
dependencies
:
-
install
-
build
script
:
-
npm run e2e:ci
artifacts
:
paths
:
-
cypress/screenshots
-
cypress/videos
expire_in
:
1 day
Loading