From 7778c9b64209e5b2bdfc901bfe54491dee4e5790 Mon Sep 17 00:00:00 2001 From: Syed Bilal Raees <sbilal@nisum.com> Date: Fri, 24 Mar 2023 14:41:34 +0500 Subject: [PATCH] chanegs --- .gitlab-ci.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fbbc3e8..0fab77e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,11 +1,14 @@ stages: -image: ubuntu:latest + - build -before_script: - - which apt-get -job1: +test_app: image: ubuntu:latest - script: - - which apt-get + stage: build + before_script: + - which apt-get +#job1: +# image: ubuntu:latest +# script: +# - which apt-get tags: - ci -- 2.18.1