Skip to content

Commit

Permalink
Use newer Docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Mar 4, 2021
1 parent 8719751 commit b384107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ cxx:
# Create a binary tarball with the C++ based LFortran
cxx_binary:
stage: build
image: registry.gitlab.com/lfortran/ci-images:cxxbinary-1.8.0
image: registry.gitlab.com/lfortran/ci-images:cxxbinary-1.10.0
script:
- tar xzf dist/lfortran-*.tar.gz
- cd lfortran-*
Expand Down Expand Up @@ -160,7 +160,7 @@ cxx_binary_tests:
# Test Jupyter Kernel
jupyter_kernel:
stage: build
image: registry.gitlab.com/lfortran/ci-images:full3-1.9.0
image: registry.gitlab.com/lfortran/ci-images:full3-1.10.0
script:
- export CONDA_PREFIX="$HOME/conda_root"
- export PATH="$HOME/conda_root/bin:$PATH"
Expand Down

0 comments on commit b384107

Please sign in to comment.