Commit dd7e6de7 authored by nimrod's avatar nimrod
Browse files

Run linters before building the image.

parent 7a4e36c3
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -5,6 +5,11 @@ include:
  - project: shore/ci-templates
    file: templates/docker.yml

stages:
  - test
  - build
  - deploy

build:
  extends: .compose-build
  tags: [ns4.shore.co.il]