Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Machina Callida
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
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
Container 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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
callidus
Machina Callida
Commits
d36597f9
Commit
d36597f9
authored
1 year ago
by
Konstantin Schulz
Browse files
Options
Downloads
Patches
Plain Diff
adjust CI jobs to Docker Compose
parent
9b8bb615
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#51023
failed
1 year ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-6
6 additions, 6 deletions
.gitlab-ci.yml
with
6 additions
and
6 deletions
.gitlab-ci.yml
+
6
−
6
View file @
d36597f9
...
...
@@ -35,23 +35,23 @@ ci_frontend:
paths
:
-
ci_frontend.log
when
:
always
image
:
docker:2
0.1
0.
8
image
:
docker:2
4.
0.
5
services
:
-
docker:2
0.1
0.
8
-dind
-
docker:2
4.
0.
5
-dind
stage
:
ci
script
:
-
docker run --rm
$FRONTEND_IMAGE
npm run test-ci > ci_frontend.log
-
docker
compose
run --rm
mc_frontend
npm run test-ci > ci_frontend.log
ci_backend
:
artifacts
:
paths
:
-
ci_backend.log
when
:
always
image
:
docker:2
0.1
0.
8
image
:
docker:2
4.
0.
5
services
:
-
docker:2
0.1
0.
8
-dind
-
docker:2
4.
0.
5
-dind
stage
:
ci
script
:
-
docker run --env IS_THIS_A_DOCKER_CONTAINER=Yes --rm --entrypoint="./coverage_backend.sh"
$BACKEND_IMAGE
> ci_backend.log
-
docker
compose
run --env IS_THIS_A_DOCKER_CONTAINER=Yes --rm --entrypoint="./coverage_backend.sh"
mcserver
> ci_backend.log
coverage
:
artifacts
:
paths
:
...
...
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