Skip to content
Snippets Groups Projects
Commit 2a60f3d2 authored by Sebastien ANDRE's avatar Sebastien ANDRE
Browse files

Merge branch 'fix_ci' into 'master'

[RTKO] Mettre à jour le fichier .gitlab-ci.yml

See merge request !5176
parents 9b58e107 3abefe4b
Branches
1 merge request!5176[RTKO] Mettre à jour le fichier .gitlab-ci.yml
Pipeline #49262 passed with stages
in 1 hour, 26 minutes, and 24 seconds
......@@ -5,6 +5,16 @@ variables:
MYSQL_ROOT_PASSWORD: root
BOKEH_HTML_VALIDATOR_URL: "http://sthysel__nuhtml:8888"
fetch_images:
stage: .pre
image: docker:latest
services:
- docker:dind
script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
- docker pull registry.afi-sa.net/hds/php-nginx-docker:8.1-dev
- docker pull registry.afi-sa.net/hds/php-nginx-docker:alpine-8.3-dev
test:php81_bokeh:
image:
name: registry.afi-sa.net/hds/php-nginx-docker:8.1-dev
......
- correctif : Technique : A l'initialisation des images docker commencer par lancer la commande login.
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment