Skip to content
Snippets Groups Projects
Commit fe87cd69 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

MAINT: do not use saved images in cached job

parent 58bb48de
No related branches found
No related tags found
1 merge request!21Release v0.4.0
Pipeline #6091 passed
......@@ -42,14 +42,11 @@ build-testenv:
- schedules
script:
- cd src/test/docker
- time docker load < /image-cache/caosdb-server-testenv.tar || true
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
# use here general latest or specific branch latest...
- docker build
--pull
-t $CI_REGISTRY_IMAGE .
- docker save $CI_REGISTRY_IMAGE > image.tar;
mv image.tar /image-cache/caosdb-server-testenv.tar;
- docker push $CI_REGISTRY_IMAGE
# Test: run unit tests of the server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment