Skip to content
Snippets Groups Projects
Commit bf079c85 authored by Steven Waleska's avatar Steven Waleska
Browse files

changed ci

parent 80332366
No related branches found
No related tags found
No related merge requests found
Pipeline #27345 failed
image: docker:19.03.1
image: ubuntu:18.04
stages:
- build
- test
before_script:
- docker info
- apt-get update && apt-get install -y build-essential
build:
stage: build
script:
- docker build -t my-docker-image .
- docker run my-docker-image
\ No newline at end of file
#build:
# stage: build
# script:
# - docker build -t my-docker-image .
# - docker run my-docker-image
\ No newline at end of file
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