Skip to content
Snippets Groups Projects
Verified Commit 2492b440 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

WIP: Test Docker image building.

parent 9071e5bb
Branches
Tags
2 merge requests!71Release 0.9,!69Using local debian repo: Speed up the image building.
Pipeline #28706 canceled
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment