From b349ca6690fe3046dea2f66753f8ba5ff3e74a90 Mon Sep 17 00:00:00 2001
From: Agsha Athalla Nurkareem <agshaathalla@gmail.com>
Date: Wed, 19 Apr 2023 22:03:52 +0700
Subject: [PATCH] update yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 889a9ec..54249f8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,11 +8,6 @@ stages:
   - linting
   - test
 
-isort:
-  stage: linting
-  script:
-    - python -m isort . --check-only
-
 pylint:
   stage: linting
   script:
@@ -20,6 +15,8 @@ pylint:
 
 pytest:
   stage: test
+  tags:
+    - rpl
   script:
     - pytest
   only:
-- 
GitLab