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
c802e5a7
Commit
c802e5a7
authored
1 year ago
by
s87777
Browse files
Options
Downloads
Patches
Plain Diff
Test32
parent
d8255506
No related branches found
No related tags found
No related merge requests found
Pipeline
#50238
failed
1 year ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-4
3 additions, 4 deletions
.gitlab-ci.yml
with
3 additions
and
4 deletions
.gitlab-ci.yml
+
3
−
4
View file @
c802e5a7
...
...
@@ -13,7 +13,6 @@ backend:
script
:
-
docker pull registry.bht-berlin.de:443/s87777/profwebbackend:latest
-
docker run --name backend_container -d -p 80:80 registry.bht-berlin.de:443/s87777/profwebbackend
-
docker run -d -p 4444:4444 -p 7900:7900 --shm-size="2g" selenium/standalone-chrome:4.16.1-20231212
-
echo "docker commands success"
tags
:
...
...
@@ -22,11 +21,11 @@ backend:
build_test_frontend
:
stage
:
build
services
:
-
name
:
selenium/standalone-
chrome
alias
:
chrome
-
name
:
selenium/standalone-
firefox
alias
:
selenium
variables
:
APP_TESTS_REMOTE_WEB_DRIVER_URL
:
"
http://
chrome:4444/status
"
APP_TESTS_REMOTE_WEB_DRIVER_URL
:
"
http://
selenium:4444/wd/hub
"
REACT_APP_API_SERVER_URL
:
"
http://backend:80"
script
:
...
...
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