From fd49f769b652b747b3cc0db7d96a8fe0324d5033 Mon Sep 17 00:00:00 2001
From: Anton Tetov Johansson <anton@tetov.se>
Date: Wed, 6 Apr 2022 16:04:02 +0000
Subject: [PATCH] Docker executor

---
 .gitlab-ci.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a4626a8..4ede93d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,7 +19,12 @@ stages:
 
 # Jobs templates
 
+.set-executor: &executor
+  tags:
+    - docker-executor
+
 .install-deps-template: &install-deps
+  <<: *executor
   before_script:
     - pip install poetry
     - poetry --version
-- 
GitLab