From f423fef83184be6884cbe6b417ee2ce93ebe3fe2 Mon Sep 17 00:00:00 2001 From: Patrick MADELA <patrick.madela@synchrotron-soleil.fr> Date: Wed, 5 Oct 2022 14:24:41 +0200 Subject: [PATCH] Fix renaming issues --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8c4e4af..7ceeb5d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,21 +38,21 @@ stages: - 'curl --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file ${NAME}.zip "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/fakegit/${GIT_VERSION}/"' linux-el6-x86_64: - extends: [".build-python"] + extends: [".build"] image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el6-gcc44 variables: NAME: "git-${GIT_VERSION}-linux-el6-x86_64" test-el6-x86_64: - extends: [".test-python"] + extends: [".test"] image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el6-gcc44 variables: NAME: "git-${GIT_VERSION}-linux-el6-x86_64" needs: - linux-el6-x86_64 -package-el6-x86_64: - extends: [".package"] +upload-el6-x86_64: + extends: [".upload"] image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el6-gcc44 variables: NAME: "git-${GIT_VERSION}-linux-el6-x86_64" -- GitLab