Skip to content
Snippets Groups Projects
Commit 2716e0e2 authored by Nico Vermaas's avatar Nico Vermaas
Browse files

Merge branch 'small-updates' into 'master'

Small updates

See merge request !358
parents 7747226c 96ae4d17
No related branches found
No related tags found
1 merge request!358Small updates
Pipeline #88104 passed
......@@ -8,8 +8,11 @@ docker-build:
# Official docker image.
image: docker:latest
stage: build
services:
- docker:dind
tags:
- "sdc-dev"
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script:
......@@ -18,10 +21,11 @@ docker-build:
# only:
# - master
test-code:
image: python:3.10
stage: test
tags:
- "sdc-dev"
services:
- postgres:14.0
variables:
......
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