Skip to content
Snippets Groups Projects
Commit bb796dc7 authored by cyberta's avatar cyberta
Browse files

gitlab ci: change reference to image for build task

parent 929b3e65
Branches
Tags
No related merge requests found
...@@ -45,7 +45,7 @@ docker_image:emulator: ...@@ -45,7 +45,7 @@ docker_image:emulator:
<<: *build_docker_image <<: *build_docker_image
build: build:
image: "0xacab.org:4567/leap/bitmask_android/android-ndk:latest" image: "${CI_REGISTRY_IMAGE}:android-ndk:latest" # "0xacab.org:4567/cyberta/bitmask_android/android-ndk:latest"
stage: build stage: build
script: script:
- git submodule sync --recursive - git submodule sync --recursive
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment