diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f86190..282e942 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,9 +5,9 @@ stages: variables: VERSION: "3.4.4.1" - before_script: - - env|sort - - pwd +before_script: + - env|sort + - pwd build:x86_64: image: ${CI_REGISTRY}/leenooks/ci-apt:x86_64 @@ -24,9 +24,9 @@ build:x86_64: only: - debian artifacts: - paths: - - build/*deb - expire_in: 1 week + paths: + - build/*deb + expire_in: 1 week deploy:x86_64: stage: deploy