From f9b00750dea64df231d5efee1707fa151ae9ceb5 Mon Sep 17 00:00:00 2001 From: hollum <hollum@hotmail.com> Date: Thu, 17 Feb 2022 15:28:22 +0100 Subject: [PATCH] yml --- gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitlab-ci.yml b/gitlab-ci.yml index 01d57fa..09eb736 100644 --- a/gitlab-ci.yml +++ b/gitlab-ci.yml @@ -4,6 +4,8 @@ stages: test: image: python:3.8 + only: + - master stage: test script: # this configures Django application to use attached postgres database that is run on `postgres` hostsds -- GitLab