diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5cd1acb217b4da51ae4bf827cdad6b206840498f..814f275025b211150ec51e91cbfed8ad2038f9b7 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: