Skip to content
Snippets Groups Projects

Using local debian repo: Speed up the image building.

Merged Daniel Hornung requested to merge f-local-debian-repo into dev
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -86,8 +86,8 @@ build-testenv:
@@ -86,8 +86,8 @@ build-testenv:
tags: [ cached-dind ]
tags: [ cached-dind ]
image: docker:19.03
image: docker:19.03
stage: setup
stage: setup
# only:
only:
# - schedules
- schedules
script:
script:
- cd unittests/docker
- cd unittests/docker
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
Loading