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