From b6ccca213e629a3a4f3a7d9195fba6c52263ed56 Mon Sep 17 00:00:00 2001
From: thibault allenet <thibault.allenet@cea.fr>
Date: Tue, 28 May 2024 12:40:15 +0000
Subject: [PATCH] fix typo

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

diff --git a/.gitlab/ci/release/pip.gitlab-ci.yml b/.gitlab/ci/release/pip.gitlab-ci.yml
index 0c784fc..65c5a28 100644
--- a/.gitlab/ci/release/pip.gitlab-ci.yml
+++ b/.gitlab/ci/release/pip.gitlab-ci.yml
@@ -41,4 +41,4 @@ release:pip:ubuntu:
     - export PATH_TEST=$(pwd)
     - cd ../../../..
     - pytest $PATH_TEST
-    -set -x
+    - set -x
-- 
GitLab