Skip to content

Commit

Permalink
Updated reference for docker images in .gitlabci.yml file so GitLab w…
Browse files Browse the repository at this point in the history
…ont ask for credentials when pulling them
  • Loading branch information
Jose Fernandez Duque authored and Jose Fernandez Duque committed Apr 26, 2022
1 parent cb600a3 commit 13fb42b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.privaliatech</groupId>
<artifactId>gingerspec-starter</artifactId>
<version>1.17</version>
<version>1.18</version>

<name>Archetype - gingerspec-starter</name>
<description>A maven archetype for creating new automation projects based on gingerspec library.</description>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/archetype-resources/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


# This template uses jdk11 for for running tests
image: core-qms-docker.registry.vptech.eu/maven:3.6.1-jdk-11
image: docker.registry.vptech.eu/maven:3.8.5-jdk-11


# Cache downloaded dependencies and plugins between builds.
Expand All @@ -31,7 +31,7 @@ cache:
UITest:
stage: test
services:
- name: core-qms-docker.registry.vptech.eu/selenium/standalone-chrome:3.141.59
- name: docker.registry.vptech.eu/selenium/standalone-chrome:3.141.59
alias: node
script:
- 'mvn verify -Dcucumber.filter.tags="@web" -DSELENIUM_GRID=http://node:4444/wd/hub'
Expand Down

0 comments on commit 13fb42b

Please sign in to comment.