From c39ce2f65b03d631bcbef1a15f1cd803899edb1e Mon Sep 17 00:00:00 2001 From: Stefan H Date: Thu, 17 Feb 2022 09:10:45 +0100 Subject: [PATCH] Testing Docker Stuff --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) 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: