Commit fa079e78 authored by Дмитрий Сафронов's avatar Дмитрий Сафронов
Browse files

Update gitlab-ci.yml

parent 6e4bf856
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ stages:
### COMMON SECTION
.common: &common
  services:
    - registry.cyberbrain.pw/docker/dind
    - $DIND_IMAGE
  variables:
    GIT_DEPTH: 1
    ANSIBLE_FORCE_COLOR: "True"
@@ -29,7 +29,7 @@ stages:
test:
  <<: *common
  stage: check
  image: registry.cyberbrain.pw/ansible/ansible
  image: $ANSIBLE_IMAGE
  except:
    - /^master$/
  script: