diff --git a/docker-containers/README.md b/docker-containers/README.md index 147a77614f850f22b564c05fa552cd0315b30f6d..0adce4c86daf5cf08c10dd303a941566d6006056 100644 --- a/docker-containers/README.md +++ b/docker-containers/README.md @@ -4,7 +4,7 @@ You can include the jobs in this repository's YAML files as follows: ```yml include: - - https://git.code.tecnalia.com/digicon-webxr-store/ci-files/-/raw/master/docker-containers/artifactory.yml + - https://git.code.tecnalia.com/digicon-webxr-store/ci-files/-/raw/master/docker-containers/artifactory-python.yml ``` You can include the execution order in yout .gitlab-ci.yml file as follows: @@ -20,7 +20,7 @@ An example of a valid .gitlab-ci.yml can be: ```yml include: - - https://git.code.tecnalia.com/digicon-webxr-store/ci-files/-/raw/master/docker-containers/artifactory.yml + - https://git.code.tecnalia.com/digicon-webxr-store/ci-files/-/raw/master/docker-containers/artifactory-python.yml stages: - deploy