You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+17
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,23 @@ You can also mount your own config file:
112
112
113
113
$ docker run -it --rm -v /path/to/python-gitlab.cfg:/etc/python-gitlab.cfg registry.gitlab.com/python-gitlab/python-gitlab:latest <command> ...
114
114
115
+
Usage inside GitLab CI
116
+
~~~~~~~~~~~~~~~~~~~~~~
117
+
118
+
If you want to use the Docker image directly inside your GitLab CI as an `image`, you will need to override
119
+
the `entrypoint`, `as noted in the official GitLab documentation <https://docs.gitlab.com/ee/ci/docker/using_docker_images.html#override-the-entrypoint-of-an-image>`__:
0 commit comments