Skip to content
Snippets Groups Projects
Commit cbd72af3 authored by Éloïs's avatar Éloïs
Browse files

Update .gitlab-ci.yml

parent 1a14f014
No related branches found
No related tags found
No related merge requests found
Pipeline #7475 passed
...@@ -8,7 +8,7 @@ before_script: ...@@ -8,7 +8,7 @@ before_script:
test_build_image: test_build_image:
tags: tags:
- axiom-dev - redshift-docker-runner
script: script:
- docker build . - docker build .
except: except:
...@@ -16,7 +16,7 @@ test_build_image: ...@@ -16,7 +16,7 @@ test_build_image:
build_image: build_image:
tags: tags:
- docker - redshift-docker-runner
script: script:
- docker pull "$CI_REGISTRY_IMAGE:latest" || true - docker pull "$CI_REGISTRY_IMAGE:latest" || true
- docker build --cache-from "$CI_REGISTRY_IMAGE:latest" --pull -t "$CI_REGISTRY_IMAGE:$CI_BUILD_TAG" . - docker build --cache-from "$CI_REGISTRY_IMAGE:latest" --pull -t "$CI_REGISTRY_IMAGE:$CI_BUILD_TAG" .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment