From 5aaefc156b6ea552f35492b33af2940cde56ac60 Mon Sep 17 00:00:00 2001 From: David Byers <david.byers@liu.se> Date: Sun, 7 Feb 2021 16:43:53 +0100 Subject: [PATCH] Correct call to update-version --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 387e9e4..945a5b5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ version: image: python:3.7-stretch stage: version script: - - python3 update-version.py -k "$SSH_TAGGING_KEY" -o version -v + - python3 scripts/update-version.py -k "$SSH_TAGGING_KEY" -o version -v artifacts: paths: - version -- GitLab