From 00761187e7fae4b459a9964f5832320d05cface1 Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 4 Oct 2021 17:17:12 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 807449c..59475d6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,8 @@ stages: # List of stages for jobs, and their order of execution build-job: # This job runs in the build stage, which runs first. stage: build + tags: + - buildx script: - echo "Compiling the code..." - cd docker-configs