Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
CaosDB Python Integration Tests
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
caosdb
Software
CaosDB Python Integration Tests
Merge requests
!1
F fix pipeline
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
F fix pipeline
f-fix-pipeline
into
dev
Overview
0
Commits
4
Pipelines
1
Changes
2
Merged
Henrik tom Wörden
requested to merge
f-fix-pipeline
into
dev
4 years ago
Overview
0
Commits
4
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Compare
dev
dev (base)
and
latest version
latest version
0a0f0007
4 commits,
4 years ago
2 files
+
7
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
.docker/docker-compose.yml
+
1
−
1
Options
@@ -7,7 +7,7 @@ services:
networks
:
-
caosnet
caosdb-server
:
image
:
"
$CI_REGISTRY
_INDISCALE
/caosdb/src/caosdb-deploy:$CAOSDB_TAG"
image
:
"
$CI_REGISTRY/caosdb/src/caosdb-deploy:$CAOSDB_TAG"
user
:
999:999
depends_on
:
-
sqldb
Loading