diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 59fb035..7cb1746 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: - build variables: -- VERSION: 0.12 + VERSION: "0.12" before_script: - apt-get update @@ -22,8 +22,6 @@ build: - apt only: - debian - -# The files which are to be made available in GitLab -artifacts: - paths: - - build/deb/* + artifacts: + paths: + - build/deb/*