Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
profwebfrontend
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
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
s87777
profwebfrontend
Commits
a85d1802
Commit
a85d1802
authored
1 year ago
by
s87777
Browse files
Options
Downloads
Patches
Plain Diff
Test13
parent
c6c484c6
No related branches found
No related tags found
No related merge requests found
Pipeline
#50011
failed
1 year ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+12
-11
12 additions, 11 deletions
.gitlab-ci.yml
with
12 additions
and
11 deletions
.gitlab-ci.yml
+
12
−
11
View file @
a85d1802
...
@@ -5,7 +5,14 @@ services:
...
@@ -5,7 +5,14 @@ services:
stages
:
stages
:
-
build
-
build
-
test
-
confidence-check
variables
:
NPM_INSTALL
:
&NPM_INSTALL
-
echo "install npm"
-
apk update
-
apk upgrade
-
apk add --update nodejs npm
build_frontend
:
build_frontend
:
stage
:
build
stage
:
build
...
@@ -13,10 +20,7 @@ build_frontend:
...
@@ -13,10 +20,7 @@ build_frontend:
-
docker:19.03.12-dind
-
docker:19.03.12-dind
-
selenium/standalone-chrome
-
selenium/standalone-chrome
script
:
script
:
-
echo "install npm"
*NPM_INSTALL
-
apk update
-
apk upgrade
-
apk add --update nodejs npm
-
echo "Starte den Build"
-
echo "Starte den Build"
-
npm install
-
npm install
-
echo "Install erfolgreich"
-
echo "Install erfolgreich"
...
@@ -35,17 +39,14 @@ build_frontend:
...
@@ -35,17 +39,14 @@ build_frontend:
-
node_modules/
-
node_modules/
e2e_test
:
e2e_test
:
stage
:
test
stage
:
confidence-check
needs
:
[
build_frontend
]
needs
:
[
build_frontend
]
services
:
services
:
-
selenium/standalone-chrome
-
selenium/standalone-chrome
script
:
script
:
-
echo "install npm"
*NPM_INSTALL
-
apk update
-
apk upgrade
-
apk add --update nodejs npm
-
npm install
-
npm install
-
echo "Install erfolgreich"
-
echo "Install erfolgreich"
-
npm start
-
npm start
-
npm test --host=selenium__standalone-chrome
-
npm test
confidence-check
--host=selenium__standalone-chrome
-
echo "Testing finshed"
-
echo "Testing finshed"
\ No newline at end of file
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