Commit 539fea90 authored by nimrod's avatar nimrod
Browse files

Updates to .gitlab-ci.yml

- Remove the manaul stages order, pre-commit now runs in .pre.
- Use a more specific name for building the container image.
parent c2e9c029
Loading
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -5,12 +5,7 @@ include:
  - project: shore/ci-templates
    file: templates/docker.yml

stages:
  - test
  - build
  - deploy

build:
docker-build:
  extends: .docker-build-shore

push: