From c43c2e31b3df33eec299912ca2046a88c65bccca Mon Sep 17 00:00:00 2001 From: MADELA Patrick <patrick.madela@synchrotron-soleil.fr> Date: Tue, 4 Oct 2022 20:51:08 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5cd1acb..814f275 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,12 +34,12 @@ build: test: stage: test image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el6-gcc44 - scripts: + script: - ${PYTHON_ROOT}/bin/python --version | grep "python ${PYTHON_VERSION}" package: stage: package - scripts: + script: - cd ${PYTHON_ROOT} - zip -r --symlinks ${CI_PROJECT_DIR}/${NAME}.zip * artifacts: -- GitLab