From b1240e25a24277e8bcc37faa0d0d82796ab12919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vegard=20Murvold=20Sporst=C3=B8l?= <vegarms@stud.ntnu.no> Date: Tue, 2 Mar 2021 13:09:02 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7cea068..c2ef870 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,8 @@ test: - python manage.py test build: - tags: docker-specific + tags: + - docker-specific image: docker:19.03.12 stage: build variables: -- GitLab