From a149903b6e8851a5bb1549a3071ac14f73574b96 Mon Sep 17 00:00:00 2001
From: Roman Valov <roman.valov@gmail.com>
Date: Sat, 31 Jul 2021 15:46:46 +0300
Subject: [PATCH] check how overriden template jobs run

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 18a2155..1b80b25 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,6 +31,13 @@ build:
       - ./.env
 
 
+latest:
+  stage: test
+  before_script:
+    - echo 'TEST?'
+  after_script:
+    - echo 'TEST.'
+
 test:
   stage: test
   script:
-- 
GitLab