Commit 0f534ac5 authored by Jonathan Swaelens's avatar Jonathan Swaelens
Browse files

:ambulance: fix(gitlab-ci): Add correct docker image name


Add correct docker image name

Signed-off-by: default avatarJonathan Swaelens <swaelens.jonathan@opensides.be>
Showing with 5 additions and 6 deletions
+5 -6
...@@ -7,8 +7,7 @@ variables: ...@@ -7,8 +7,7 @@ variables:
stages: stages:
- test-perl - test-perl
- test-php-jessie - test-php-lint
- test-php-stretch
- test-php-codesniffer - test-php-codesniffer
- test-manpages - test-manpages
- transifex - transifex
...@@ -42,8 +41,8 @@ create_perl_lint_rapport: ...@@ -42,8 +41,8 @@ create_perl_lint_rapport:
# PHP lint (jessie) # PHP lint (jessie)
create_php_lint_rapport_jessie: create_php_lint_rapport_jessie:
image: 5.6.33-cli-jessie image: php:5.6.33-cli-jessie
stage: test-php-jessie stage: test-php-lint
only: only:
- branches - branches
- tags - tags
...@@ -52,8 +51,8 @@ create_php_lint_rapport_jessie: ...@@ -52,8 +51,8 @@ create_php_lint_rapport_jessie:
# PHP lint (stretch) # PHP lint (stretch)
create_php_lint_rapport_stretch: create_php_lint_rapport_stretch:
image: 5.6.33-cli-stretch image: php:5.6.33-cli-stretch
stage: test-php-stretch stage: test-php-lint
only: only:
- branches - branches
- tags - tags
......
  • bmortier @bmortier

    mentioned in commit bf67da90

    By manager on 2018-02-28T21:58:02 (imported from GitLab)

    ·

    mentioned in commit bf67da90

    By manager on 2018-02-28T21:58:02 (imported from GitLab)

    Toggle commit list
  • bmortier @bmortier

    mentioned in merge request !151

    By bmortier on 2018-02-28T21:58:11 (imported from GitLab)

    ·

    mentioned in merge request !151

    By bmortier on 2018-02-28T21:58:11 (imported from GitLab)

    Toggle commit list
  • bmortier @bmortier

    mentioned in commit a2b05152

    By manager on 2018-04-05T20:01:54 (imported from GitLab)

    ·

    mentioned in commit a2b05152

    By manager on 2018-04-05T20:01:54 (imported from GitLab)

    Toggle commit list
  • bmortier @bmortier

    mentioned in merge request !212

    By bmortier on 2018-04-05T20:01:55 (imported from GitLab)

    ·

    mentioned in merge request !212

    By bmortier on 2018-04-05T20:01:55 (imported from GitLab)

    Toggle commit list
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment