From 344cdfa6f85552b95c2ddb8e376a658b460ea5a9 Mon Sep 17 00:00:00 2001
From: LEKHLAIKH Taha <taha.lekhlaikh@imt-atlantique.net>
Date: Wed, 30 Nov 2022 16:35:48 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ac5167b..49bea3f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,5 +15,5 @@ build:
   script:
     - docker-compose down
     - docker-compose build
-    - docker-compose up tester-image
+    - docker-compose up
     
\ No newline at end of file
-- 
GitLab