From d8826147694aeca1c879ade9d9f090e8b2ce5e06 Mon Sep 17 00:00:00 2001
From: Orestis <orestis.malaspinas@pm.me>
Date: Tue, 20 Sep 2022 12:18:02 +0200
Subject: [PATCH] updated ci

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e76875c..9e98117 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,8 +35,8 @@ before_script:
 build_only:
   script:
     - cd slides
-    - make SHELL=bash
-    - make deploy SHELL=bash
+    - make
+    - make deploy
     - rsync -avz prog_seq_c_cours ur1bg_malas@ur1bg.ftp.infomaniak.com:web/malaspinas/
 
 build_artifacts:
-- 
GitLab