diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d2c6cba..7170fee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,9 @@ stages: # List of stages for jobs, and their order of execution - test - deploy +before_script: + - docker info + build-job: # This job runs in the build stage, which runs first. stage: build script: