diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2019-03-15 12:18:54 +0100 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2019-03-15 12:31:38 +0100 |
commit | ad38913839ba927fbfc8f686397e2750454445eb (patch) | |
tree | a9d0e58e56ef8983e590cdd0972401847e6f0bfa /.gitlab-ci/run-docker.sh | |
parent | d2af7d20850bb65cd2014d43b88b689f2eed996e (diff) | |
download | gobject-introspection-ad38913839ba927fbfc8f686397e2750454445eb.tar.gz |
ci: test with Python 3.5
Diffstat (limited to '.gitlab-ci/run-docker.sh')
-rwxr-xr-x | .gitlab-ci/run-docker.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/run-docker.sh b/.gitlab-ci/run-docker.sh index ef014646..2334edad 100755 --- a/.gitlab-ci/run-docker.sh +++ b/.gitlab-ci/run-docker.sh @@ -2,7 +2,7 @@ set -e -TAG="registry.gitlab.gnome.org/gnome/gobject-introspection:v4" +TAG="registry.gitlab.gnome.org/gnome/gobject-introspection:v5" sudo docker build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" \ --file "Dockerfile" . |