Skip to content
Snippets Groups Projects
Commit 306a6477 authored by Dobromir Palushev's avatar Dobromir Palushev
Browse files

Merge branch 'just-a-test' into 'staging'

pipeline multiple updates

See merge request !3
parents 11249a76 5f738f38
No related branches found
No related tags found
21 merge requests!72Production update,!70Production update,!67Workflow updates,!66Css test change,!64Pipeline fix,!62Main update,!60Getting staging's latest state,!58Updating Main,!56Main updates,!52Staging->Main,!50Production updates,!47Deployment on main,!45Deployment from main,!41updated logic of the test-job,!39updated logic of the test-job,!37Updating main to reflect staging,!34updated logic of the test-job,!31updated logic of the test-job,!29updated logic of the test-job,!13updated logic of the test-job,!3pipeline multiple updates
Pipeline #19103 failed
......@@ -29,7 +29,7 @@ stages:
test-image:
stage: test
tags:
- docker-priviliged
- docker-privileged
image: docker:${DOCKER_VERSION}
services:
- name: docker:${DOCKER_VERSION}-dind
......@@ -46,7 +46,7 @@ build-image:
needs:
- 'test-image'
tags:
- docker-priviliged
- docker-privileged
image: docker:${DOCKER_VERSION}
services:
- name: docker:${DOCKER_VERSION}-dind
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment