Skip to content

Commit dbb925f

Browse files
author
johanaxe
committed
Merge branch 'tempBranch' into 'main'
Update .gitlab-ci.yml file See merge request courses/dit638/students/2022-group-02!13
2 parents 4301149 + a291e39 commit dbb925f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,16 @@
1414
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1515

1616
# Which Docker image shall be used on the GitLab runner?
17-
image: docker:19.03.3
17+
image: registry.git.chalmers.se/courses/dit638/students/docker/docker:19.03.3
1818

1919
# Details about how to connect to the Docker service to run this build.
2020
variables:
2121
DOCKER_HOST: tcp://docker:2375
2222
DOCKER_TLS_CERTDIR: ""
2323

2424
services:
25-
- name: docker:19.03.3-dind
25+
- name: registry.git.chalmers.se/courses/dit638/students/docker/docker:19.03.3-dind
26+
alias: docker
2627

2728
stages:
2829
- build

0 commit comments

Comments
 (0)