Browse Source

Fix docker images build

Espinoza Guillermo 6 years ago
parent
commit
0fcfd2ad1c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .gitlab-ci.yml

+ 1 - 0
.gitlab-ci.yml

@@ -23,6 +23,7 @@ variables:
 
 docker:
   stage: build
+  image: docker.infra.flowdat.com/fd3/sf-php:7.1
   script:
     - docker info
     - docker login -u $DOCKER_USER -p $DOCKER_PWD docker.infra.flowdat.com