diff options
author | Romain Hunault <romain.hunault@e.email> | 2022-03-08 18:41:10 +0000 |
---|---|---|
committer | Romain Hunault <romain.hunault@e.email> | 2022-03-08 18:41:10 +0000 |
commit | 714e79d2ff907a94fedcf7c168edd4d2f274d86e (patch) | |
tree | 774306412bb47c1ea46b2eaf8d871c69e4d07da2 | |
parent | 11e14e84a6ed616e24a0d6b5e047b794bd05e1fe (diff) |
Use docker image from e/os group
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 24a888a..f434384 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: "registry.gitlab.e.foundation:5000/e/apps/docker-android-apps-cicd:latest" +image: "registry.gitlab.e.foundation/e/os/docker-android-apps-cicd:latest" stages: - update |