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