Skip to content
Snippets Groups Projects
Verified Commit bdad72a6 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

TST: Added df -h to .gitlab-ci.yml

parent 35cf744d
No related branches found
No related tags found
No related merge requests found
...@@ -149,6 +149,7 @@ build-testenv: ...@@ -149,6 +149,7 @@ build-testenv:
image: docker:18.09 image: docker:18.09
stage: setup stage: setup
script: script:
- df -h
- docker login -u testuser -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - docker login -u testuser -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
# use here general latest or specific branch latest... # use here general latest or specific branch latest...
- docker pull $CI_REGISTRY_IMAGE:latest || true - docker pull $CI_REGISTRY_IMAGE:latest || true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment