Skip to content
Snippets Groups Projects
Verified Commit 8af21193 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

WIP: Pipeline

parent 335a46e8
No related branches found
No related tags found
No related merge requests found
Pipeline #57991 failed
...@@ -69,9 +69,9 @@ build-testenv: ...@@ -69,9 +69,9 @@ build-testenv:
image: docker:19.03 image: docker:19.03
stage: setup stage: setup
timeout: 3 h timeout: 3 h
only: # only:
- web # - web
- schedules # - schedules
script: script:
- cd test/docker - cd test/docker
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
......
FROM debian:11 FROM debian:12
ADD node_gpg.asc /etc/apt/ ADD node_gpg.asc /etc/apt/
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y gnupg ca-certificates\ && apt-get install -y gnupg ca-certificates\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment