Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
scikit-multimodallearn
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
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Contributor 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
dev
scikit-multimodallearn
Commits
60d36d50
Commit
60d36d50
authored
5 months ago
by
Dominique Benielli
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml
parent
9525ab97
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#14589
failed
5 months ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-4
6 additions, 4 deletions
.gitlab-ci.yml
with
6 additions
and
4 deletions
.gitlab-ci.yml
+
6
−
4
View file @
60d36d50
# run the test suite
tests
:
image
:
docker:
latest
image
:
docker:
20.10.16
services
:
-
docker:dind
# Docker-in-Docker pour exécuter les commandes Docker
variables
:
DOCKER_TLS_CERTDIR
:
"
"
# Désactive
TLS dans dind
tags
:
-
docker
DOCKER_TLS_CERTDIR
:
"
"
# Désactive
la gestion TLS dans Docker-in-Docker
DOCKER_HOST
:
tcp://docker:2375
# Utilise Docker via TCP sans TLS
DOCKER_OPTS
:
"
--insecure-registry
registry.gitlab.lis-lab.fr:5005"
# Ajoute l'option pour ignorer la vérification TLS
before_script
:
-
echo "Pulling Docker image with TLS disabled..."
-
docker login registry.gitlab.lis-lab.fr:5005 -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD
-
docker pull registry.gitlab.lis-lab.fr:5005/dev/scikit-multimodallearn/ubuntu:22.04 ||
true
script
:
...
...
@@ -18,6 +19,7 @@ tests:
paths
:
-
htmlcov/
# generate the documentation
doc
:
image
:
registry.gitlab.lis-lab.fr:5005/dev/scikit-multimodallearn/ubuntu:22.04
...
...
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