diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 32ff0fb..c37a07e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -73,6 +73,9 @@ default: - docker:25.0.5-dind before_script: - docker info + - df + - cat /etc/resolv.conf + - cat /etc/hosts variables: @@ -82,6 +85,11 @@ variables: build: stage: build needs: [ 'pytest' ] + before_script: + - df + - cat /etc/resolv.conf + - cat /etc/hosts + script: - docker build -t disord-bot-pisya .