From d850fd3872cddcc0a39febfd58e90a1941a92952 Mon Sep 17 00:00:00 2001 From: Christian Treffs Date: Thu, 22 Aug 2019 17:14:51 +0200 Subject: [PATCH] Add docker as runner tag --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c1faf4d..4a3f2d6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,6 +14,7 @@ build_project: - swift build tags: - swift + - docker test_project: stage: test @@ -21,4 +22,5 @@ test_project: - swift package reset - swift test tags: - - swift \ No newline at end of file + - swift + - docker \ No newline at end of file